[vlc-commits] Qt: preferences: remove the 150px width enforcing

Francois Cartegnie git at videolan.org
Thu Mar 22 15:43:54 CET 2012


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Thu Mar 22 15:39:16 2012 +0100| [8ac185e048f6631438bf5b03b010961bd73af141] | committer: Francois Cartegnie

Qt: preferences: remove the 150px width enforcing

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8ac185e048f6631438bf5b03b010961bd73af141
---

 modules/gui/qt4/dialogs/preferences.cpp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/dialogs/preferences.cpp b/modules/gui/qt4/dialogs/preferences.cpp
index 1a163dd..d7fecf4 100644
--- a/modules/gui/qt4/dialogs/preferences.cpp
+++ b/modules/gui/qt4/dialogs/preferences.cpp
@@ -198,7 +198,6 @@ void PrefsDialog::setSmall()
                   currentItemChanged( int ),
                   this,  changeSimplePanel( int ) );
         simple_tree_panel->layout()->addWidget( simple_tree );
-        simple_tree_panel->setMinimumSize( QSize( 150, 0 ) );
         simple_tree_panel->setSizePolicy( QSizePolicy::Fixed, QSizePolicy::Preferred );
     }
 



More information about the vlc-commits mailing list