Commit 23916ae4 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Make the interface a bit smaller.

parent cd7c0d1e
......@@ -378,7 +378,11 @@ ControlsWidget::ControlsWidget( intf_thread_t *_p_i,
{
controlLayout = new QGridLayout( this );
controlLayout->setSpacing( 0 );
//controlLayout->setMargin( 0 );
#if QT43
controlLayout->setContentsMargins( 9, 6, 9, 6 );
#else
controlLayout->setMargin( 6 );
#endif
setSizePolicy( QSizePolicy::Preferred , QSizePolicy::Maximum );
......
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