Skip to content

Commit

Permalink
Fix #9916 (inconsistent step size)
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Mar 28, 2014
1 parent d19ccb7 commit a82aeb0
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions src/ui/symbollayer/widget_symbolslist.ui
Expand Up @@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>375</width>
<width>398</width>
<height>429</height>
</rect>
</property>
Expand Down Expand Up @@ -128,11 +128,14 @@
<item row="0" column="1">
<widget class="QDoubleSpinBox" name="spinSize">
<property name="decimals">
<number>2</number>
<number>5</number>
</property>
<property name="maximum">
<double>99999.000000000000000</double>
</property>
<property name="singleStep">
<double>0.200000000000000</double>
</property>
<property name="value">
<double>1.000000000000000</double>
</property>
Expand All @@ -151,13 +154,13 @@
<string>°</string>
</property>
<property name="decimals">
<number>1</number>
<number>2</number>
</property>
<property name="maximum">
<double>360.000000000000000</double>
</property>
<property name="singleStep">
<double>5.000000000000000</double>
<double>0.500000000000000</double>
</property>
</widget>
</item>
Expand All @@ -180,6 +183,9 @@
<property name="maximum">
<double>99999.000000000000000</double>
</property>
<property name="singleStep">
<double>0.200000000000000</double>
</property>
<property name="value">
<double>1.000000000000000</double>
</property>
Expand Down

0 comments on commit a82aeb0

Please sign in to comment.