mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Fix margins on Mac, take 4.
This commit is contained in:
@@ -53,6 +53,7 @@ AccountsToolButton::AccountsToolButton( QWidget* parent )
|
|||||||
|
|
||||||
w->setContentsMargins( 6, 6, 6, 6 );
|
w->setContentsMargins( 6, 6, 6, 6 );
|
||||||
#ifdef Q_OS_MAC
|
#ifdef Q_OS_MAC
|
||||||
|
w->setContentsMargins( 6, 6, 6, 0 );
|
||||||
wMainLayout->setMargin( 12 );
|
wMainLayout->setMargin( 12 );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user