mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 22:26:32 +02:00
Try and fix account config dialog margins on Mac.
This commit is contained in:
@@ -54,7 +54,7 @@ DelegateConfigWrapper::DelegateConfigWrapper( QWidget* conf, QWidget* aboutWidge
|
|||||||
|
|
||||||
QHBoxLayout* h = new QHBoxLayout( this );
|
QHBoxLayout* h = new QHBoxLayout( this );
|
||||||
h->addWidget( m_buttons );
|
h->addWidget( m_buttons );
|
||||||
h->setContentsMargins( 6, 0, 6, 6 );
|
h->setContentsMargins( m_widget->layout()->contentsMargins() );
|
||||||
v->addLayout( h );
|
v->addLayout( h );
|
||||||
|
|
||||||
setLayout( v );
|
setLayout( v );
|
||||||
|
Reference in New Issue
Block a user