mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 15:47:38 +02:00
* Increased letter spacing and less opacity in header.
This commit is contained in:
@@ -42,11 +42,11 @@ BasicHeader::BasicHeader( QWidget* parent )
|
||||
|
||||
{
|
||||
QFont f = ui->captionLabel->font();
|
||||
f.setBold( true );
|
||||
f.setPointSize( TomahawkUtils::defaultFontSize() + 6 );
|
||||
f.setLetterSpacing( QFont::PercentageSpacing, 110 );
|
||||
|
||||
QPalette p = ui->captionLabel->palette();
|
||||
p.setColor( QPalette::Foreground, Qt::white );
|
||||
p.setColor( QPalette::Foreground, QColor( 255, 255, 255, 235 ) );
|
||||
|
||||
ui->captionLabel->setFont( f );
|
||||
ui->captionLabel->setPalette( p );
|
||||
|
Reference in New Issue
Block a user