Skip to content

Commit 8f3c58e

Browse files
committedJun 24, 2015
Update max value for null size in size assistant
(required for sizes in map units, where large values are needed)
1 parent 32a72cd commit 8f3c58e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed
 

‎src/ui/symbollayer/widget_size_scale.ui

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,6 @@
121121
<height>16777215</height>
122122
</size>
123123
</property>
124-
<property name="text">
125-
<string/>
126-
</property>
127124
</widget>
128125
</item>
129126
<item row="0" column="1" colspan="3">
@@ -187,6 +184,12 @@
187184
</item>
188185
<item>
189186
<widget class="QgsDoubleSpinBox" name="nullSizeSpinBox">
187+
<property name="decimals">
188+
<number>6</number>
189+
</property>
190+
<property name="maximum">
191+
<double>99999999.000000000000000</double>
192+
</property>
190193
<property name="singleStep">
191194
<double>0.100000000000000</double>
192195
</property>
@@ -230,7 +233,7 @@
230233
<tabstop>minValueSpinBox</tabstop>
231234
<tabstop>maxValueSpinBox</tabstop>
232235
<tabstop>computeValuesButton</tabstop>
233-
<tabstop>buttonBox</tabstop>
236+
<tabstop>nullSizeSpinBox</tabstop>
234237
<tabstop>treeView</tabstop>
235238
</tabstops>
236239
<resources/>

0 commit comments

Comments
 (0)
Please sign in to comment.