mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 07:36:48 +02:00
* Slightly more opacity again.
This commit is contained in:
@@ -46,7 +46,7 @@ BasicHeader::BasicHeader( QWidget* parent )
|
|||||||
f.setLetterSpacing( QFont::PercentageSpacing, 110 );
|
f.setLetterSpacing( QFont::PercentageSpacing, 110 );
|
||||||
|
|
||||||
QPalette p = ui->captionLabel->palette();
|
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->setFont( f );
|
||||||
ui->captionLabel->setPalette( p );
|
ui->captionLabel->setPalette( p );
|
||||||
|
Reference in New Issue
Block a user