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

Qt: increase the bottom margin of the controller by one.

(cherry picked from commit 7066f3499092bf7b635db70d4f418375f8ac0104)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 04733479
......@@ -648,7 +648,7 @@ ControlsWidget::ControlsWidget( intf_thread_t *_p_i,
#endif
setAttribute( Qt::WA_MacBrushedMetal);
QVBoxLayout *controlLayout = new QVBoxLayout( this );
controlLayout->setContentsMargins( 4, 1, 0, 0 );
controlLayout->setContentsMargins( 3, 1, 0, 1 );
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