mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
require reposition to start at 0; cap maximum
https://forums.ankiweb.net/t/unable-to-reposition-cards-to-negative-start-position/10370/2
This commit is contained in:
parent
8f5c2eb0a3
commit
688f22b4c8
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>272</width>
|
||||
<width>299</width>
|
||||
<height>229</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
@ -33,10 +33,10 @@
|
|||
<item row="0" column="1">
|
||||
<widget class="QSpinBox" name="start">
|
||||
<property name="minimum">
|
||||
<number>-20000000</number>
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<number>200000000</number>
|
||||
<number>1000000</number>
|
||||
</property>
|
||||
<property name="value">
|
||||
<number>0</number>
|
||||
|
|
Loading…
Reference in a new issue