1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 00:09:47 +01:00

Fix margins on Mac, take 4.

This commit is contained in:
Teo Mrnjavac 2012-10-20 19:47:56 +02:00
parent 221056d5d5
commit 3a52d7b097

View File

@ -53,6 +53,7 @@ AccountsToolButton::AccountsToolButton( QWidget* parent )
w->setContentsMargins( 6, 6, 6, 6 );
#ifdef Q_OS_MAC
w->setContentsMargins( 6, 6, 6, 0 );
wMainLayout->setMargin( 12 );
#endif