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:
@@ -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 );
|
||||
|
Reference in New Issue
Block a user