Skip to content

Commit 012ee0b

Browse files
committedMar 25, 2015
[composer] Smaller step for attribute table spin widgets
1 parent 581d7f8 commit 012ee0b

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed
 

‎src/ui/qgscomposerattributetablewidgetbase.ui

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<x>0</x>
4848
<y>0</y>
4949
<width>392</width>
50-
<height>1202</height>
50+
<height>1192</height>
5151
</rect>
5252
</property>
5353
<layout class="QVBoxLayout" name="mainLayout">
@@ -156,7 +156,7 @@
156156
<property name="maximum">
157157
<number>99999</number>
158158
</property>
159-
<property name="showClearButton">
159+
<property name="showClearButton" stdset="0">
160160
<bool>false</bool>
161161
</property>
162162
</widget>
@@ -267,7 +267,10 @@
267267
<property name="suffix">
268268
<string> mm</string>
269269
</property>
270-
<property name="showClearButton">
270+
<property name="singleStep">
271+
<double>0.100000000000000</double>
272+
</property>
273+
<property name="showClearButton" stdset="0">
271274
<bool>false</bool>
272275
</property>
273276
</widget>
@@ -407,7 +410,10 @@
407410
<property name="suffix">
408411
<string> mm</string>
409412
</property>
410-
<property name="showClearButton">
413+
<property name="singleStep">
414+
<double>0.100000000000000</double>
415+
</property>
416+
<property name="showClearButton" stdset="0">
411417
<bool>false</bool>
412418
</property>
413419
</widget>

0 commit comments

Comments
 (0)
Please sign in to comment.