mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 20:35:18 +02:00
Fix #7564 (Allow bigger numbers in bulk metadata series numbers)
This commit is contained in:
parent
cce8c46a80
commit
ef5b44c78d
1 changed files with 5 additions and 2 deletions
|
|
@ -308,6 +308,9 @@ from the value in the box</string>
|
|||
<property name="minimum">
|
||||
<number>1</number>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<number>990000</number>
|
||||
</property>
|
||||
<property name="value">
|
||||
<number>1</number>
|
||||
</property>
|
||||
|
|
@ -660,8 +663,8 @@ nothing should be put between the original text and the inserted text</string>
|
|||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>726</width>
|
||||
<height>334</height>
|
||||
<width>122</width>
|
||||
<height>38</height>
|
||||
</rect>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="testgrid">
|
||||
|
|
|
|||
Loading…
Reference in a new issue