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