1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00

Make AccountsToolButton icons smaller on Mac.

This commit is contained in:
Teo Mrnjavac 2012-12-10 17:12:04 +01:00
parent 7a0bc07978
commit fc83845361

View File

@ -104,6 +104,7 @@ AccountsToolButton::AccountsToolButton( QWidget* parent )
this, SLOT( updateIcons() ) );
#ifdef Q_WS_MAC
setIconSize( QSize( iconSize().width()-4, iconSize().height()-4 ) );
setStyleSheet( "AccountsToolButton {"
" border: 1px solid #7d7d7d;"
" border-radius: 4px;"