mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Increased max visible items from clayout_top.ui (#1425)
10 is too small for big decks.
This commit is contained in:
parent
e8c5802a96
commit
2a12d44b34
1 changed files with 4 additions and 1 deletions
|
@ -45,10 +45,13 @@
|
|||
<widget class="QComboBox" name="templatesBox">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
||||
<horstretch>10</horstretch>
|
||||
<horstretch>30</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="maxVisibleItems">
|
||||
<number>30</number>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
|
Loading…
Reference in a new issue