TextEditor: Increase zoom limit to 3000%

Zooming using the mouse wheel has no upper bound.

Change-Id: I7ff680c7b48fb4d01773a3479bf17e3d81da7de7
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Orgad Shaneh
2015-08-19 13:03:06 +03:00
committed by Orgad Shaneh
parent 5f3b9dd89c
commit 66447e5e43

View File

@@ -78,7 +78,7 @@
<number>10</number> <number>10</number>
</property> </property>
<property name="maximum"> <property name="maximum">
<number>300</number> <number>3000</number>
</property> </property>
<property name="singleStep"> <property name="singleStep">
<number>10</number> <number>10</number>