mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 00:09:47 +01:00
More font size tweaks
This commit is contained in:
parent
4873ebcb0b
commit
7befdb9594
@ -126,7 +126,7 @@ ArtistInfoWidget::ArtistInfoWidget( const Tomahawk::artist_ptr& artist, QWidget*
|
||||
|
||||
{
|
||||
QFont f = ui->biography->font();
|
||||
f.setPointSize( f.pointSize() + 4 );
|
||||
f.setPointSize( f.pointSize() + 3 );
|
||||
f.setFamily( "Titillium Web" );
|
||||
|
||||
QPalette p = ui->biography->palette();
|
||||
@ -149,7 +149,7 @@ ArtistInfoWidget::ArtistInfoWidget( const Tomahawk::artist_ptr& artist, QWidget*
|
||||
{
|
||||
QFont f = ui->artistLabel->font();
|
||||
f.setFamily( "Titillium Web" );
|
||||
f.setPointSize( TomahawkUtils::defaultFontSize() + 20 );
|
||||
f.setPointSize( TomahawkUtils::defaultFontSize() + 16 );
|
||||
f.setBold( true );
|
||||
|
||||
QPalette p = ui->artistLabel->palette();
|
||||
|
@ -71,7 +71,7 @@ TrackInfoWidget::TrackInfoWidget( const Tomahawk::query_ptr& query, QWidget* par
|
||||
{
|
||||
QFont f = ui->trackLabel->font();
|
||||
f.setFamily( "Titillium Web" );
|
||||
f.setPointSize( TomahawkUtils::defaultFontSize() + 20 );
|
||||
f.setPointSize( TomahawkUtils::defaultFontSize() + 16 );
|
||||
f.setBold( true );
|
||||
|
||||
QPalette p = ui->trackLabel->palette();
|
||||
|
Loading…
x
Reference in New Issue
Block a user