mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
* Fixed page fonts.
This commit is contained in:
@@ -148,8 +148,7 @@ ArtistInfoWidget::ArtistInfoWidget( const Tomahawk::artist_ptr& artist, QWidget*
|
||||
|
||||
{
|
||||
QFont f = ui->artistLabel->font();
|
||||
f.setPointSize( f.pointSize() + 12 );
|
||||
f.setFamily( "Fauna One" );
|
||||
f.setFamily( "Titillium Web" );
|
||||
|
||||
QPalette p = ui->artistLabel->palette();
|
||||
p.setColor( QPalette::Foreground, TomahawkStyle::HEADER_TEXT );
|
||||
|
@@ -70,8 +70,7 @@ TrackInfoWidget::TrackInfoWidget( const Tomahawk::query_ptr& query, QWidget* par
|
||||
|
||||
{
|
||||
QFont f = ui->trackLabel->font();
|
||||
f.setFamily( "Fauna One" );
|
||||
f.setPointSize( TomahawkUtils::defaultFontSize() + 12 );
|
||||
f.setFamily( "Titillium Web" );
|
||||
|
||||
QPalette p = ui->trackLabel->palette();
|
||||
p.setColor( QPalette::Foreground, TomahawkStyle::HEADER_TEXT );
|
||||
@@ -82,7 +81,7 @@ TrackInfoWidget::TrackInfoWidget( const Tomahawk::query_ptr& query, QWidget* par
|
||||
|
||||
{
|
||||
QFont f = ui->artistLabel->font();
|
||||
f.setFamily( "Fauna One" );
|
||||
f.setFamily( "Titillium Web" );
|
||||
|
||||
QPalette p = ui->artistLabel->palette();
|
||||
p.setColor( QPalette::Foreground, TomahawkStyle::HEADER_TEXT );
|
||||
|
Reference in New Issue
Block a user