1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-23 01:09:42 +01:00

* Nitpicky fix.

This commit is contained in:
Christian Muehlhaeuser 2013-06-15 07:23:40 +02:00
parent f22637dda2
commit e6b7a577e2

View File

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