Skip to content

Commit 25f0f1f

Browse files
committed
Allow smaller numbers in size spin box
1 parent dc790ff commit 25f0f1f

File tree

1 file changed

+39
-4
lines changed

1 file changed

+39
-4
lines changed

src/ui/qgsdiagrampropertiesbase.ui

Lines changed: 39 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,15 @@
116116
</item>
117117
<item>
118118
<widget class="QToolBox" name="mDiagramPropertiesToolBox">
119-
<widget class="QWidget" name="mDiagramPropertiesToolBoxPage1" native="true">
119+
<widget class="QWidget" name="mDiagramPropertiesToolBoxPage1">
120+
<property name="geometry">
121+
<rect>
122+
<x>0</x>
123+
<y>0</y>
124+
<width>708</width>
125+
<height>278</height>
126+
</rect>
127+
</property>
120128
<attribute name="label">
121129
<string>Appearance</string>
122130
</attribute>
@@ -318,7 +326,15 @@
318326
</item>
319327
</layout>
320328
</widget>
321-
<widget class="QWidget" name="mDiagramPropertiesToolBoxPage2" native="true">
329+
<widget class="QWidget" name="mDiagramPropertiesToolBoxPage2">
330+
<property name="geometry">
331+
<rect>
332+
<x>0</x>
333+
<y>0</y>
334+
<width>708</width>
335+
<height>239</height>
336+
</rect>
337+
</property>
322338
<attribute name="label">
323339
<string>Size</string>
324340
</attribute>
@@ -358,6 +374,9 @@
358374
<property name="enabled">
359375
<bool>false</bool>
360376
</property>
377+
<property name="decimals">
378+
<number>5</number>
379+
</property>
361380
<property name="maximum">
362381
<double>9999999.990000000223517</double>
363382
</property>
@@ -496,7 +515,15 @@
496515
</item>
497516
</layout>
498517
</widget>
499-
<widget class="QWidget" name="mDiagramPropertiesToolBoxPage3" native="true">
518+
<widget class="QWidget" name="mDiagramPropertiesToolBoxPage3">
519+
<property name="geometry">
520+
<rect>
521+
<x>0</x>
522+
<y>0</y>
523+
<width>165</width>
524+
<height>220</height>
525+
</rect>
526+
</property>
500527
<attribute name="label">
501528
<string>Position</string>
502529
</attribute>
@@ -650,7 +677,15 @@
650677
</item>
651678
</layout>
652679
</widget>
653-
<widget class="QWidget" name="mDiagramPropertiesToolBoxPage4" native="true">
680+
<widget class="QWidget" name="mDiagramPropertiesToolBoxPage4">
681+
<property name="geometry">
682+
<rect>
683+
<x>0</x>
684+
<y>0</y>
685+
<width>109</width>
686+
<height>151</height>
687+
</rect>
688+
</property>
654689
<attribute name="label">
655690
<string>Options</string>
656691
</attribute>

0 commit comments

Comments
 (0)