Skip to content

Commit

Permalink
[composer] Smaller step for attribute table spin widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 25, 2015
1 parent 581d7f8 commit 012ee0b
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions src/ui/qgscomposerattributetablewidgetbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<x>0</x>
<y>0</y>
<width>392</width>
<height>1202</height>
<height>1192</height>
</rect>
</property>
<layout class="QVBoxLayout" name="mainLayout">
Expand Down Expand Up @@ -156,7 +156,7 @@
<property name="maximum">
<number>99999</number>
</property>
<property name="showClearButton">
<property name="showClearButton" stdset="0">
<bool>false</bool>
</property>
</widget>
Expand Down Expand Up @@ -267,7 +267,10 @@
<property name="suffix">
<string> mm</string>
</property>
<property name="showClearButton">
<property name="singleStep">
<double>0.100000000000000</double>
</property>
<property name="showClearButton" stdset="0">
<bool>false</bool>
</property>
</widget>
Expand Down Expand Up @@ -407,7 +410,10 @@
<property name="suffix">
<string> mm</string>
</property>
<property name="showClearButton">
<property name="singleStep">
<double>0.100000000000000</double>
</property>
<property name="showClearButton" stdset="0">
<bool>false</bool>
</property>
</widget>
Expand Down

0 comments on commit 012ee0b

Please sign in to comment.