mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-29 16:50:11 +02:00
* We replaced the Fauna font.
This commit is contained in:
@@ -100,7 +100,7 @@ SearchWidget::SearchWidget( const QString& search, QWidget* parent )
|
||||
|
||||
{
|
||||
QFont f = ui->label->font();
|
||||
f.setFamily( "Fauna One" );
|
||||
f.setFamily( "Pathway Gothic One" );
|
||||
|
||||
QPalette p = ui->label->palette();
|
||||
p.setColor( QPalette::Foreground, TomahawkStyle::PAGE_CAPTION );
|
||||
@@ -111,7 +111,7 @@ SearchWidget::SearchWidget( const QString& search, QWidget* parent )
|
||||
|
||||
{
|
||||
QFont f = ui->label_2->font();
|
||||
f.setFamily( "Fauna One" );
|
||||
f.setFamily( "Pathway Gothic One" );
|
||||
|
||||
QPalette p = ui->label_2->palette();
|
||||
p.setColor( QPalette::Foreground, TomahawkStyle::HEADER_TEXT );
|
||||
|
Reference in New Issue
Block a user