]> git.sesse.net Git - vlc/commitdiff
Qt: limit the size of the comboBox for network open.
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 12 Mar 2012 12:34:59 +0000 (13:34 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 12 Mar 2012 12:34:59 +0000 (13:34 +0100)
It behaves badly on Win32

modules/gui/qt4/ui/open_net.ui

index 91e5319864572e25bc67d1bacde9b52b3db8f6b0..35799cd00802151a7a5e0e2b1de8530b932190c4 100644 (file)
@@ -60,6 +60,12 @@ p &gt; 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>