Commit e69c3914 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt, playlist: reduce the margins

parent a6ab0e45
...@@ -51,6 +51,7 @@ PlaylistWidget::PlaylistWidget( intf_thread_t *_p_i, QWidget *_par ) ...@@ -51,6 +51,7 @@ PlaylistWidget::PlaylistWidget( intf_thread_t *_p_i, QWidget *_par )
setContentsMargins( 0, 3, 0, 3 ); setContentsMargins( 0, 3, 0, 3 );
QGridLayout *layout = new QGridLayout( this ); QGridLayout *layout = new QGridLayout( this );
layout->setMargin( 0 ); layout->setSpacing( 0 );
/******************* /*******************
* Left * * Left *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment