[vlc-commits] Qt: spref, fix Interface > Network > Filter alignment
Pierre Lamot
git at videolan.org
Thu Dec 21 14:16:09 CET 2017
vlc | branch: master | Pierre Lamot <pierre at videolabs.io> | Wed Dec 20 17:58:07 2017 +0100| [bf0e594ed0da4592a67bc083e1f5a2a3f48b7106] | committer: Jean-Baptiste Kempf
Qt: spref, fix Interface > Network > Filter alignment
Ref #19305
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bf0e594ed0da4592a67bc083e1f5a2a3f48b7106
---
modules/gui/qt/ui/sprefs_input.ui | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)
diff --git a/modules/gui/qt/ui/sprefs_input.ui b/modules/gui/qt/ui/sprefs_input.ui
index f6f64584a3..6725982713 100644
--- a/modules/gui/qt/ui/sprefs_input.ui
+++ b/modules/gui/qt/ui/sprefs_input.ui
@@ -8,7 +8,7 @@
<x>0</x>
<y>0</y>
<width>737</width>
- <height>567</height>
+ <height>601</height>
</rect>
</property>
<property name="windowTitle">
@@ -287,6 +287,12 @@
<layout class="QGridLayout" name="gridLayout_2">
<item row="2" column="0">
<widget class="QLabel" name="httpProxyLabel">
+ <property name="minimumSize">
+ <size>
+ <width>250</width>
+ <height>0</height>
+ </size>
+ </property>
<property name="text">
<string>HTTP proxy URL</string>
</property>
@@ -324,6 +330,12 @@
</item>
<item row="3" column="0">
<widget class="QLabel" name="live555TransportLabel">
+ <property name="minimumSize">
+ <size>
+ <width>250</width>
+ <height>0</height>
+ </size>
+ </property>
<property name="text">
<string>Live555 stream transport</string>
</property>
@@ -334,6 +346,12 @@
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_2">
+ <property name="minimumSize">
+ <size>
+ <width>250</width>
+ <height>0</height>
+ </size>
+ </property>
<property name="text">
<string>Default caching policy</string>
</property>
More information about the vlc-commits
mailing list