Skip to content

Commit 4e37153

Browse files
Roy-043yorikvanhavre
authored andcommitted
Draft: preferences-drafttexts.ui fix some issues
Increase step size from 0.05 to 0.1 Increase max for scale multiplier from 100 to 10,000
1 parent d23b288 commit 4e37153

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

src/Mod/Draft/Resources/ui/preferences-drafttexts.ui

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ as "Arial", a style such as "sans", "serif" or &qu
6767
<string>The default height for texts, dimension texts and label texts</string>
6868
</property>
6969
<property name="singleStep">
70-
<double>0.05</double>
70+
<double>0.1</double>
7171
</property>
7272
<property name="unit" stdset="0">
7373
<string>mm</string>
7474
</property>
75-
<property name="minimum" stdset="0">
75+
<property name="minimum">
7676
<double>0.0</double>
7777
</property>
7878
<property name="rawValue" stdset="0">
@@ -106,7 +106,7 @@ as &quot;Arial&quot;, a style such as &quot;sans&quot;, &quot;serif&quot; or &qu
106106
<string>The default line spacing for multi-line texts and labels (relative to the font size)</string>
107107
</property>
108108
<property name="singleStep">
109-
<double>0.05</double>
109+
<double>0.1</double>
110110
</property>
111111
<property name="value">
112112
<double>1.0</double>
@@ -135,6 +135,9 @@ in the Annotation scale widget. If the scale is 1:100 the multiplier is 100.</st
135135
<property name="minimum">
136136
<number>0</number>
137137
</property>
138+
<property name="maximum">
139+
<number>10000</number>
140+
</property>
138141
<property name="value">
139142
<double>1.0</double>
140143
</property>
@@ -301,12 +304,12 @@ in the Annotation scale widget. If the scale is 1:100 the multiplier is 100.</st
301304
<string>The default arrow size</string>
302305
</property>
303306
<property name="singleStep">
304-
<double>0.05</double>
307+
<double>0.1</double>
305308
</property>
306309
<property name="unit" stdset="0">
307310
<string>mm</string>
308311
</property>
309-
<property name="minimum" stdset="0">
312+
<property name="minimum">
310313
<double>0.0</double>
311314
</property>
312315
<property name="rawValue" stdset="0">
@@ -492,7 +495,7 @@ or cm, leave blank to use the current unit defined in FreeCAD.</string>
492495
<string>The default distance the dimension line is extended past the extension lines</string>
493496
</property>
494497
<property name="singleStep">
495-
<double>0.05</double>
498+
<double>0.1</double>
496499
</property>
497500
<property name="unit" stdset="0">
498501
<string>mm</string>
@@ -531,7 +534,7 @@ points. A positive value defines the maximum length of the extension lines. Only
531534
used for linear dimensions.</string>
532535
</property>
533536
<property name="singleStep">
534-
<double>0.05</double>
537+
<double>0.1</double>
535538
</property>
536539
<property name="unit" stdset="0">
537540
<string>mm</string>
@@ -560,7 +563,7 @@ used for linear dimensions.</string>
560563
<string>The default length of extension lines above the dimension line</string>
561564
</property>
562565
<property name="singleStep">
563-
<double>0.05</double>
566+
<double>0.1</double>
564567
</property>
565568
<property name="unit" stdset="0">
566569
<string>mm</string>
@@ -589,12 +592,12 @@ used for linear dimensions.</string>
589592
<string>The default space between the dimension line and the dimension text</string>
590593
</property>
591594
<property name="singleStep">
592-
<double>0.05</double>
595+
<double>0.1</double>
593596
</property>
594597
<property name="unit" stdset="0">
595598
<string>mm</string>
596599
</property>
597-
<property name="minimum" stdset="0">
600+
<property name="minimum">
598601
<double>0.0</double>
599602
</property>
600603
<property name="rawValue" stdset="0">

0 commit comments

Comments
 (0)