mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-24 09:49:42 +01:00
* Don't use bold fonts for infobar description.
This commit is contained in:
parent
3e9e37fdc9
commit
fd7f1fe422
@ -54,6 +54,7 @@ InfoBar::InfoBar( QWidget* parent )
|
||||
ui->captionLabel->setElideMode( Qt::ElideRight );
|
||||
|
||||
boldFont.setPixelSize( 12 );
|
||||
boldFont.setBold( false );
|
||||
ui->descriptionLabel->setFont( boldFont );
|
||||
|
||||
QFont regFont = ui->longDescriptionLabel->font();
|
||||
|
Loading…
x
Reference in New Issue
Block a user