1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 17:14:00 +02:00

Don't forget to replace Fauna font on Album pages too.

This commit is contained in:
Jason Herskowitz
2013-06-17 13:50:01 -04:00
parent 45c5713814
commit c88eed0375

View File

@@ -126,7 +126,7 @@ AlbumInfoWidget::AlbumInfoWidget( const Tomahawk::album_ptr& album, QWidget* par
{ {
QFont f = ui->label->font(); QFont f = ui->label->font();
f.setFamily( "Fauna One" ); f.setFamily( "Pathway Gothic One" );
QPalette p = ui->label->palette(); QPalette p = ui->label->palette();
p.setColor( QPalette::Foreground, TomahawkStyle::PAGE_CAPTION ); p.setColor( QPalette::Foreground, TomahawkStyle::PAGE_CAPTION );