1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-20 04:41:36 +02:00

* Nitpicky fix.

This commit is contained in:
Christian Muehlhaeuser
2013-06-15 07:23:40 +02:00
committed by Michael Zanetti
parent 10cb39dd2e
commit 06dca3111f

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