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:
parent
16b5766125
commit
19d91d7cba
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user