[vlc-commits] Simple prefs: make the buttons wider.
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Sun Jun 10 23:15:43 CEST 2012
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | 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 );
 
    
    
More information about the vlc-commits
mailing list