1
0
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:
Christian Muehlhaeuser
2014-08-27 21:25:45 +02:00
parent c86a75ae15
commit 1136126f04

View File

@@ -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 );