Increase tool count limit to 99999

This commit is contained in:
Russell Johnson
2019-05-27 14:39:13 -05:00
parent 5a4373a3c4
commit 8f50b057df

View File

@@ -22,7 +22,7 @@
<x>0</x>
<y>0</y>
<width>543</width>
<height>593</height>
<height>638</height>
</rect>
</property>
<attribute name="label">
@@ -43,7 +43,11 @@
</widget>
</item>
<item>
<widget class="QSpinBox" name="tcNumber"/>
<widget class="QSpinBox" name="tcNumber">
<property name="maximum">
<number>99999</number>
</property>
</widget>
</item>
</layout>
</widget>
@@ -233,7 +237,7 @@
<x>0</x>
<y>0</y>
<width>543</width>
<height>593</height>
<height>638</height>
</rect>
</property>
<attribute name="label">
@@ -252,7 +256,16 @@
<property name="spacing">
<number>0</number>
</property>
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
</layout>