mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-30 19:00:12 +02:00
* Normal font weight for time & time remaining.
This commit is contained in:
@@ -69,6 +69,7 @@ AudioControls::AudioControls( QWidget* parent )
|
||||
ui->albumLabel->setType( QueryLabel::Album );
|
||||
|
||||
font.setPointSize( TomahawkUtils::defaultFontSize() );
|
||||
font.setWeight( QFont::Normal );
|
||||
ui->timeLabel->setFont( font );
|
||||
ui->timeLeftLabel->setFont( font );
|
||||
|
||||
|
Reference in New Issue
Block a user