max value of placement grid

This commit is contained in:
Ronan Le Tiec 2021-05-15 15:37:21 +02:00
parent 588232a442
commit e399c6bf1e

View file

@ -650,7 +650,7 @@
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>-153</y>
<width>342</width> <width>342</width>
<height>870</height> <height>870</height>
</rect> </rect>
@ -916,7 +916,11 @@
</widget> </widget>
</item> </item>
<item row="1" column="1"> <item row="1" column="1">
<widget class="QDoubleSpinBox" name="doubleSpinBoxSheetGridColWidth"/> <widget class="QDoubleSpinBox" name="doubleSpinBoxSheetGridColWidth">
<property name="maximum">
<double>1000.000000000000000</double>
</property>
</widget>
</item> </item>
<item row="2" column="0"> <item row="2" column="0">
<widget class="QLabel" name="labelSheetGridRowHeight"> <widget class="QLabel" name="labelSheetGridRowHeight">
@ -926,7 +930,11 @@
</widget> </widget>
</item> </item>
<item row="2" column="1"> <item row="2" column="1">
<widget class="QDoubleSpinBox" name="doubleSpinBoxSheetGridRowHeight"/> <widget class="QDoubleSpinBox" name="doubleSpinBoxSheetGridRowHeight">
<property name="maximum">
<double>1000.000000000000000</double>
</property>
</widget>
</item> </item>
</layout> </layout>
</item> </item>