mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
* Fixed size for share / love buttons.
This commit is contained in:
@@ -88,6 +88,9 @@ AudioControls::AudioControls( QWidget* parent )
|
|||||||
ui->socialButton->setPixmap( RESPATH "images/share.png" );
|
ui->socialButton->setPixmap( RESPATH "images/share.png" );
|
||||||
ui->loveButton->setPixmap( RESPATH "images/not-loved.png" );
|
ui->loveButton->setPixmap( RESPATH "images/not-loved.png" );
|
||||||
ui->loveButton->setCheckable( true );
|
ui->loveButton->setCheckable( true );
|
||||||
|
|
||||||
|
ui->socialButton->setFixedSize( QSize( 20, 20 ) );
|
||||||
|
ui->loveButton->setFixedSize( QSize( 20, 20 ) );
|
||||||
|
|
||||||
#ifdef Q_WS_MAC
|
#ifdef Q_WS_MAC
|
||||||
ui->ownerLabel->setForegroundRole( QPalette::Text );
|
ui->ownerLabel->setForegroundRole( QPalette::Text );
|
||||||
|
Reference in New Issue
Block a user