1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00

* Italic font for album name.

This commit is contained in:
Christian Muehlhaeuser 2012-12-08 21:20:38 +01:00
parent 16b5766125
commit 19d91d7cba

View File

@ -65,9 +65,11 @@ AudioControls::AudioControls( QWidget* parent )
ui->artistTrackLabel->setType( QueryLabel::ArtistAndTrack );
ui->artistTrackLabel->setJumpLinkVisible( true );
font.setItalic( true );
ui->albumLabel->setFont( font );
ui->albumLabel->setType( QueryLabel::Album );
font.setItalic( false );
font.setPointSize( TomahawkUtils::defaultFontSize() );
font.setWeight( QFont::Normal );
ui->timeLabel->setFont( font );