Increased max visible items from clayout_top.ui (#1425)

10 is too small for big decks.
This commit is contained in:
evandrocoan 2021-10-14 06:36:04 -03:00 committed by GitHub
parent e8c5802a96
commit 2a12d44b34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>