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

Reduce the toolbar margins even more.

The height is one pixel less. I am not sure we can improve that a lot now.
parent 563f3db3
......@@ -555,7 +555,7 @@ ControlsWidget::ControlsWidget( intf_thread_t *_p_i,
#endif
QVBoxLayout *controlLayout = new QVBoxLayout( this );
controlLayout->setContentsMargins( 4, 2, 4, 0 );
controlLayout->setContentsMargins( 4, 1, 4, 0 );
controlLayout->setSpacing( 0 );
QHBoxLayout *controlLayout1 = new QHBoxLayout;
controlLayout1->setSpacing( 0 ); controlLayout1->setMargin( 0 );
......
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