vlc | branch: master | Francois Cartegnie <[email protected]> | 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 ) );

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to