mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-03 12:47:45 +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();
|
QFont f = ui->artistLabel->font();
|
||||||
f.setPointSize( f.pointSize() + 12 );
|
f.setFamily( "Titillium Web" );
|
||||||
f.setFamily( "Fauna One" );
|
|
||||||
|
|
||||||
QPalette p = ui->artistLabel->palette();
|
QPalette p = ui->artistLabel->palette();
|
||||||
p.setColor( QPalette::Foreground, TomahawkStyle::HEADER_TEXT );
|
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();
|
QFont f = ui->trackLabel->font();
|
||||||
f.setFamily( "Fauna One" );
|
f.setFamily( "Titillium Web" );
|
||||||
f.setPointSize( TomahawkUtils::defaultFontSize() + 12 );
|
|
||||||
|
|
||||||
QPalette p = ui->trackLabel->palette();
|
QPalette p = ui->trackLabel->palette();
|
||||||
p.setColor( QPalette::Foreground, TomahawkStyle::HEADER_TEXT );
|
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();
|
QFont f = ui->artistLabel->font();
|
||||||
f.setFamily( "Fauna One" );
|
f.setFamily( "Titillium Web" );
|
||||||
|
|
||||||
QPalette p = ui->artistLabel->palette();
|
QPalette p = ui->artistLabel->palette();
|
||||||
p.setColor( QPalette::Foreground, TomahawkStyle::HEADER_TEXT );
|
p.setColor( QPalette::Foreground, TomahawkStyle::HEADER_TEXT );
|
||||||
|
Reference in New Issue
Block a user