mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Avoid scroollbar in resolution combobox
This commit is contained in:
parent
d23328f697
commit
739cb9b2c5
@ -426,6 +426,9 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="1" column="4">
|
<item row="1" column="4">
|
||||||
<widget class="QComboBox" name="comboBoxResolution">
|
<widget class="QComboBox" name="comboBoxResolution">
|
||||||
|
<property name="maxVisibleItems">
|
||||||
|
<number>11</number>
|
||||||
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>800x600</string>
|
<string>800x600</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user