mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
* Slightly more opacity again.
This commit is contained in:
@@ -46,7 +46,7 @@ BasicHeader::BasicHeader( QWidget* parent )
|
||||
f.setLetterSpacing( QFont::PercentageSpacing, 110 );
|
||||
|
||||
QPalette p = ui->captionLabel->palette();
|
||||
p.setColor( QPalette::Foreground, QColor( 255, 255, 255, 235 ) );
|
||||
p.setColor( QPalette::Foreground, QColor( 255, 255, 255, 240 ) );
|
||||
|
||||
ui->captionLabel->setFont( f );
|
||||
ui->captionLabel->setPalette( p );
|
||||
|
Reference in New Issue
Block a user