[vlc-commits] Qt: limit the size of the comboBox for network open.

Jean-Baptiste Kempf git at videolan.org
Mon Mar 12 15:41:01 CET 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Mar 12 13:34:59 2012 +0100| [829b5a923845e3b3f6a7c57c90060410bedb47b3] | committer: Jean-Baptiste Kempf

Qt: limit the size of the comboBox for network open.

It behaves badly on Win32

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

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

diff --git a/modules/gui/qt4/ui/open_net.ui b/modules/gui/qt4/ui/open_net.ui
index 91e5319..35799cd 100644
--- a/modules/gui/qt4/ui/open_net.ui
+++ b/modules/gui/qt4/ui/open_net.ui
@@ -60,6 +60,12 @@ p > span { color: #838383; }
       </item>
       <item row="1" column="0">
        <widget class="QComboBox" name="urlComboBox">
+        <property name="maximumSize">
+         <size>
+          <width>600</width>
+          <height>16777215</height>
+         </size>
+        </property>
         <property name="editable">
          <bool>true</bool>
         </property>



More information about the vlc-commits mailing list