vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Sun Jun 10 15:19:40 2012 +0200| [5a7baccd15dffb7fd60ef659f8d6dabeb11f45c0] | committer: Jean-Baptiste Kempf
Simple prefs: make the buttons wider. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5a7baccd15dffb7fd60ef659f8d6dabeb11f45c0 --- modules/gui/qt4/components/simple_preferences.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp index c3bf298..14c6872 100644 --- a/modules/gui/qt4/components/simple_preferences.cpp +++ b/modules/gui/qt4/components/simple_preferences.cpp @@ -102,6 +102,7 @@ SPrefsCatList::SPrefsCatList( intf_thread_t *_p_intf, QWidget *_parent, bool sma layout->setMargin( 0 ); layout->setSpacing( 1 ); + setMinimumWidth( 140 ); setSizePolicy(QSizePolicy::Expanding,QSizePolicy::Expanding); setLayout( layout ); _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
