Fix #7564 (Allow bigger numbers in bulk metadata series numbers)

This commit is contained in:
Kovid Goyal 2010-11-16 12:04:54 -07:00
parent cce8c46a80
commit ef5b44c78d

View File

@ -308,6 +308,9 @@ from the value in the box</string>
<property name="minimum"> <property name="minimum">
<number>1</number> <number>1</number>
</property> </property>
<property name="maximum">
<number>990000</number>
</property>
<property name="value"> <property name="value">
<number>1</number> <number>1</number>
</property> </property>
@ -660,8 +663,8 @@ nothing should be put between the original text and the inserted text</string>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>726</width> <width>122</width>
<height>334</height> <height>38</height>
</rect> </rect>
</property> </property>
<layout class="QGridLayout" name="testgrid"> <layout class="QGridLayout" name="testgrid">