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:
@@ -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 );
|
||||||
|
Reference in New Issue
Block a user