mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 21:57:41 +02:00
* Don't use bold fonts for infobar description.
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user