vlc/vlc-3.0 | branch: master | Pierre Lamot <[email protected]> | Wed Dec 20 17:58:07 2017 +0100| [63afe7c155673ff0cbd78d1aa017c1c5253f0b9e] | committer: Hugo Beauzée-Luyssen
Qt: spref, fix Interface > Network > Filter alignment Ref #19305 Signed-off-by: Jean-Baptiste Kempf <[email protected]> (cherry picked from commit bf0e594ed0da4592a67bc083e1f5a2a3f48b7106) Signed-off-by: Hugo Beauzée-Luyssen <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=63afe7c155673ff0cbd78d1aa017c1c5253f0b9e --- 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> _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
