[vlc-commits] Qt: PLSelector: Pack entries to the left

Francois Cartegnie git at videolan.org
Fri Jan 18 23:12:45 CET 2013


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Thu Jan 17 20:01:55 2013 +0100| [92758bd80871467eee8ddafa690d2e917dd9e9b3] | committer: Francois Cartegnie

Qt: PLSelector: Pack entries to the left

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

 modules/gui/qt4/components/playlist/selector.cpp |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/gui/qt4/components/playlist/selector.cpp b/modules/gui/qt4/components/playlist/selector.cpp
index 89747aa..5d9b209 100644
--- a/modules/gui/qt4/components/playlist/selector.cpp
+++ b/modules/gui/qt4/components/playlist/selector.cpp
@@ -143,6 +143,8 @@ PLSelector::PLSelector( QWidget *p, intf_thread_t *_p_intf )
 
     createItems();
 
+    setRootIsDecorated( false );
+    setIndentation( 5 );
     /* Expand at least to show level 2 */
     for ( int i = 0; i < topLevelItemCount(); i++ )
         expandItem( topLevelItem( i ) );



More information about the vlc-commits mailing list