Draft: Fix max value of Scale multiplier in ui files

Without this max value the spinbox stops at 99.99. The max value is the same as in preferences-drafttexts.ui.
This commit is contained in:
Roy-043
2024-08-29 18:17:49 +02:00
committed by Chris Hennes
parent cc12721fc3
commit ab741cd2ac
2 changed files with 12 additions and 0 deletions

View File

@@ -349,6 +349,12 @@
<string>The annotation scale multiplier is the inverse of the scale set in the
Annotation scale widget. If the scale is 1:100 the multiplier is 100.</string>
</property>
<property name="minimum">
<number>0</number>
</property>
<property name="maximum">
<number>10000</number>
</property>
</widget>
</item>
<item row="4" column="0">

View File

@@ -417,6 +417,12 @@
<property name="toolTip">
<string>A multiplier factor that affects the size of texts and markers</string>
</property>
<property name="minimum">
<number>0</number>
</property>
<property name="maximum">
<number>10000</number>
</property>
</widget>
</item>
<item row="1" column="0">