[vlc-commits] Qt: limit the size of the comboBox for network open.
Jean-Baptiste Kempf
git at videolan.org
Tue Mar 13 12:34:36 CET 2012
vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Mar 12 13:34:59 2012 +0100| [5e0c3e5af55efb5af14dd43199b08a36b8f3cd2b] | committer: Jean-Baptiste Kempf
Qt: limit the size of the comboBox for network open.
It behaves badly on Win32
(cherry picked from commit 829b5a923845e3b3f6a7c57c90060410bedb47b3)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=5e0c3e5af55efb5af14dd43199b08a36b8f3cd2b
---
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