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

* Normal font weight for time & time remaining.

This commit is contained in:
Christian Muehlhaeuser 2012-12-08 21:19:11 +01:00
parent 6854bffb8f
commit 16b5766125

View File

@ -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 );