mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
* Italic font for album name.
This commit is contained in:
@@ -65,9 +65,11 @@ AudioControls::AudioControls( QWidget* parent )
|
|||||||
ui->artistTrackLabel->setType( QueryLabel::ArtistAndTrack );
|
ui->artistTrackLabel->setType( QueryLabel::ArtistAndTrack );
|
||||||
ui->artistTrackLabel->setJumpLinkVisible( true );
|
ui->artistTrackLabel->setJumpLinkVisible( true );
|
||||||
|
|
||||||
|
font.setItalic( true );
|
||||||
ui->albumLabel->setFont( font );
|
ui->albumLabel->setFont( font );
|
||||||
ui->albumLabel->setType( QueryLabel::Album );
|
ui->albumLabel->setType( QueryLabel::Album );
|
||||||
|
|
||||||
|
font.setItalic( false );
|
||||||
font.setPointSize( TomahawkUtils::defaultFontSize() );
|
font.setPointSize( TomahawkUtils::defaultFontSize() );
|
||||||
font.setWeight( QFont::Normal );
|
font.setWeight( QFont::Normal );
|
||||||
ui->timeLabel->setFont( font );
|
ui->timeLabel->setFont( font );
|
||||||
|
Reference in New Issue
Block a user