mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
allow more than +100 cards in study more
This commit is contained in:
parent
449c41d38e
commit
5b0b6e39b7
1 changed files with 10 additions and 2 deletions
|
@ -17,10 +17,18 @@
|
|||
<item>
|
||||
<layout class="QGridLayout" name="gridLayout">
|
||||
<item row="1" column="3">
|
||||
<widget class="QSpinBox" name="revToday"/>
|
||||
<widget class="QSpinBox" name="revToday">
|
||||
<property name="maximum">
|
||||
<number>1000</number>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="3">
|
||||
<widget class="QSpinBox" name="newToday"/>
|
||||
<widget class="QSpinBox" name="newToday">
|
||||
<property name="maximum">
|
||||
<number>1000</number>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="2">
|
||||
<widget class="QLabel" name="label_4">
|
||||
|
|
Loading…
Reference in a new issue