]> git.sesse.net Git - vlc/commitdiff
Qt, playlist: reduce the margins
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 10 Dec 2010 13:39:22 +0000 (14:39 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 10 Dec 2010 13:39:57 +0000 (14:39 +0100)
modules/gui/qt4/components/playlist/playlist.cpp

index 79fb57f9e483a3eed17a83bc004db327d808ae4b..cd30614fa5691cabd46d8a89e2e7a15d331e6f62 100644 (file)
@@ -51,6 +51,7 @@ PlaylistWidget::PlaylistWidget( intf_thread_t *_p_i, QWidget *_par )
     setContentsMargins( 0, 3, 0, 3 );
 
     QGridLayout *layout = new QGridLayout( this );
+    layout->setMargin( 0 ); layout->setSpacing( 0 );
 
     /*******************
      * Left            *