mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 06:36:55 +02:00
Make source visible in audiocontrols on os x
This commit is contained in:
@@ -86,7 +86,11 @@ AudioControls::AudioControls( QWidget* parent )
|
|||||||
ui->loveButton->setPixmap( RESPATH "images/not-loved.png" );
|
ui->loveButton->setPixmap( RESPATH "images/not-loved.png" );
|
||||||
ui->loveButton->setCheckable( true );
|
ui->loveButton->setCheckable( true );
|
||||||
|
|
||||||
|
#ifdef Q_WS_MAC
|
||||||
|
ui->ownerLabel->setForegroundRole( QPalette::Text );
|
||||||
|
#else
|
||||||
ui->ownerLabel->setForegroundRole( QPalette::Dark );
|
ui->ownerLabel->setForegroundRole( QPalette::Dark );
|
||||||
|
#endif
|
||||||
ui->metaDataArea->setStyleSheet( "QWidget#metaDataArea {\nborder-width: 4px;\nborder-image: url(" RESPATH "images/now-playing-panel.png) 4 4 4 4 stretch stretch; }" );
|
ui->metaDataArea->setStyleSheet( "QWidget#metaDataArea {\nborder-width: 4px;\nborder-image: url(" RESPATH "images/now-playing-panel.png) 4 4 4 4 stretch stretch; }" );
|
||||||
|
|
||||||
ui->seekSlider->setEnabled( true );
|
ui->seekSlider->setEnabled( true );
|
||||||
|
Reference in New Issue
Block a user