1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-30 09:10:53 +02:00

new default resolver icon

This commit is contained in:
Kilian Lackhove
2012-09-13 15:57:41 +02:00
parent afa80c148b
commit af9d4cc76b
2 changed files with 1 additions and 1 deletions

View File

@@ -90,7 +90,7 @@ AudioControls::AudioControls( QWidget* parent )
ui->socialButton->setFixedSize( QSize( 20, 20 ) );
ui->loveButton->setFixedSize( QSize( 20, 20 ) );
ui->ownerButton->setFixedSize( QSize( 36, 36 ) );
ui->ownerButton->setFixedSize( QSize( 34, 34 ) );
ui->metaDataArea->setStyleSheet( "QWidget#metaDataArea {\nborder-width: 4px;\nborder-image: url(" RESPATH "images/now-playing-panel.png) 4 4 4 4 stretch stretch; }" );