mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 07:07:05 +02:00
* Nitpicky fix.
This commit is contained in:
@@ -188,7 +188,7 @@ ArtistInfoWidget::ArtistInfoWidget( const Tomahawk::artist_ptr& artist, QWidget*
|
|||||||
f.setBold( false );
|
f.setBold( false );
|
||||||
f.setFamily( "Fauna One" );
|
f.setFamily( "Fauna One" );
|
||||||
|
|
||||||
QPalette p = ui->biography->palette();
|
QPalette p = ui->albumLabel->palette();
|
||||||
p.setColor( QPalette::Foreground, TomahawkStyle::HEADER_TEXT );
|
p.setColor( QPalette::Foreground, TomahawkStyle::HEADER_TEXT );
|
||||||
|
|
||||||
ui->albumLabel->setFont( f );
|
ui->albumLabel->setFont( f );
|
||||||
|
Reference in New Issue
Block a user