1
0
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:
Christian Muehlhaeuser 2012-05-18 12:11:31 +02:00
parent 3e9e37fdc9
commit fd7f1fe422

View File

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