mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 21:57:41 +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 );
|
ui->albumLabel->setType( QueryLabel::Album );
|
||||||
|
|
||||||
font.setPointSize( TomahawkUtils::defaultFontSize() );
|
font.setPointSize( TomahawkUtils::defaultFontSize() );
|
||||||
|
font.setWeight( QFont::Normal );
|
||||||
ui->timeLabel->setFont( font );
|
ui->timeLabel->setFont( font );
|
||||||
ui->timeLeftLabel->setFont( font );
|
ui->timeLeftLabel->setFont( font );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user