From 84e305419ae88833f0d8cb3f2745a853609511d5 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf <jb@videolan.org> Date: Sun, 6 Jan 2008 08:11:11 +0000 Subject: [PATCH] Qt4 - small change to fix some layout on Win32 --- modules/gui/qt4/ui/open.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/qt4/ui/open.ui b/modules/gui/qt4/ui/open.ui index 0b9599fce3f2..8d3365d71957 100644 --- a/modules/gui/qt4/ui/open.ui +++ b/modules/gui/qt4/ui/open.ui @@ -49,7 +49,7 @@ <item> <widget class="QFrame" name="advancedFrame" > <property name="sizePolicy" > - <sizepolicy vsizetype="Preferred" hsizetype="Minimum" > + <sizepolicy vsizetype="MinimumExpanding" hsizetype="Minimum" > <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> -- GitLab