Skip to content

Commit

Permalink
Allow smaller numbers in size spin box
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 3, 2012
1 parent dc790ff commit 25f0f1f
Showing 1 changed file with 39 additions and 4 deletions.
43 changes: 39 additions & 4 deletions src/ui/qgsdiagrampropertiesbase.ui
Expand Up @@ -116,7 +116,15 @@
</item> </item>
<item> <item>
<widget class="QToolBox" name="mDiagramPropertiesToolBox"> <widget class="QToolBox" name="mDiagramPropertiesToolBox">
<widget class="QWidget" name="mDiagramPropertiesToolBoxPage1" native="true"> <widget class="QWidget" name="mDiagramPropertiesToolBoxPage1">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>708</width>
<height>278</height>
</rect>
</property>
<attribute name="label"> <attribute name="label">
<string>Appearance</string> <string>Appearance</string>
</attribute> </attribute>
Expand Down Expand Up @@ -318,7 +326,15 @@
</item> </item>
</layout> </layout>
</widget> </widget>
<widget class="QWidget" name="mDiagramPropertiesToolBoxPage2" native="true"> <widget class="QWidget" name="mDiagramPropertiesToolBoxPage2">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>708</width>
<height>239</height>
</rect>
</property>
<attribute name="label"> <attribute name="label">
<string>Size</string> <string>Size</string>
</attribute> </attribute>
Expand Down Expand Up @@ -358,6 +374,9 @@
<property name="enabled"> <property name="enabled">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="decimals">
<number>5</number>
</property>
<property name="maximum"> <property name="maximum">
<double>9999999.990000000223517</double> <double>9999999.990000000223517</double>
</property> </property>
Expand Down Expand Up @@ -496,7 +515,15 @@
</item> </item>
</layout> </layout>
</widget> </widget>
<widget class="QWidget" name="mDiagramPropertiesToolBoxPage3" native="true"> <widget class="QWidget" name="mDiagramPropertiesToolBoxPage3">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>165</width>
<height>220</height>
</rect>
</property>
<attribute name="label"> <attribute name="label">
<string>Position</string> <string>Position</string>
</attribute> </attribute>
Expand Down Expand Up @@ -650,7 +677,15 @@
</item> </item>
</layout> </layout>
</widget> </widget>
<widget class="QWidget" name="mDiagramPropertiesToolBoxPage4" native="true"> <widget class="QWidget" name="mDiagramPropertiesToolBoxPage4">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>109</width>
<height>151</height>
</rect>
</property>
<attribute name="label"> <attribute name="label">
<string>Options</string> <string>Options</string>
</attribute> </attribute>
Expand Down

0 comments on commit 25f0f1f

Please sign in to comment.