Commit 2a96d012 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: Allow more video outputs in the list

parent 5304cd0f
...@@ -58,7 +58,11 @@ ...@@ -58,7 +58,11 @@
</widget> </widget>
</item> </item>
<item row="5" column="1" colspan="2"> <item row="5" column="1" colspan="2">
<widget class="QComboBox" name="outputModule"/> <widget class="QComboBox" name="outputModule">
<property name="maxVisibleItems">
<number>15</number>
</property>
</widget>
</item> </item>
<item row="5" column="0"> <item row="5" column="0">
<widget class="QLabel" name="voutLabel"> <widget class="QLabel" name="voutLabel">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment