mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +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.setFamily( "Fauna One" );
|
||||
|
||||
QPalette p = ui->biography->palette();
|
||||
QPalette p = ui->albumLabel->palette();
|
||||
p.setColor( QPalette::Foreground, TomahawkStyle::HEADER_TEXT );
|
||||
|
||||
ui->albumLabel->setFont( f );
|
||||
|
Reference in New Issue
Block a user