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:
parent
f22637dda2
commit
e6b7a577e2
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user