1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-10-04 09:31:41 +02:00

bigger resolver icon

This commit is contained in:
Kilian Lackhove
2012-09-12 14:20:34 +02:00
parent 371d787b46
commit bdbfa5bf63
2 changed files with 17 additions and 17 deletions

View File

@@ -91,7 +91,7 @@ AudioControls::AudioControls( QWidget* parent )
ui->socialButton->setFixedSize( QSize( 20, 20 ) );
ui->loveButton->setFixedSize( QSize( 20, 20 ) );
ui->ownerButton->setFixedSize( QSize( 20, 20 ) );
ui->ownerButton->setFixedSize( QSize( 36, 36 ) );
#ifdef Q_WS_MAC
ui->ownerLabel->setForegroundRole( QPalette::Text );