[vlc-devel] commit: Qt: Allow more video outputs in the list (Jean-Baptiste Kempf )

git version control git at videolan.org
Fri Jan 15 08:23:23 CET 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jan 15 08:22:52 2010 +0100| [2a96d012fc82842e16f16b296037fb6b6d2a8792] | committer: Jean-Baptiste Kempf 

Qt: Allow more video outputs in the list

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2a96d012fc82842e16f16b296037fb6b6d2a8792
---

 modules/gui/qt4/ui/sprefs_video.ui |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/ui/sprefs_video.ui b/modules/gui/qt4/ui/sprefs_video.ui
index d595f66..b9bfb45 100644
--- a/modules/gui/qt4/ui/sprefs_video.ui
+++ b/modules/gui/qt4/ui/sprefs_video.ui
@@ -58,7 +58,11 @@
        </widget>
       </item>
       <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 row="5" column="0">
        <widget class="QLabel" name="voutLabel">




More information about the vlc-devel mailing list