1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-28 16:20:01 +02:00

* Ditch italic and make artist/album font smaller instead.

This commit is contained in:
Christian Muehlhaeuser
2012-12-08 21:44:21 +01:00
parent 0102ab7e0a
commit f54c4adae2

View File

@@ -65,12 +65,10 @@ AudioControls::AudioControls( QWidget* parent )
ui->artistTrackLabel->setType( QueryLabel::Track );
ui->artistTrackLabel->setJumpLinkVisible( true );
font.setItalic( true );
font.setPointSize( TomahawkUtils::defaultFontSize() );
ui->albumLabel->setFont( font );
ui->albumLabel->setType( QueryLabel::ArtistAndAlbum );
font.setItalic( false );
font.setPointSize( TomahawkUtils::defaultFontSize() );
font.setWeight( QFont::Normal );
ui->timeLabel->setFont( font );
ui->timeLeftLabel->setFont( font );