mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 00:09:47 +01:00
* Fixed page fonts.
This commit is contained in:
parent
305fcba693
commit
c3c0208e55
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user