mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 17:26: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">
|
<widget class="QComboBox" name="templatesBox">
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
||||||
<horstretch>10</horstretch>
|
<horstretch>30</horstretch>
|
||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="maxVisibleItems">
|
||||||
|
<number>30</number>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
|
Loading…
Reference in a new issue