1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02: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 ); ui->captionLabel->setElideMode( Qt::ElideRight );
boldFont.setPixelSize( 12 ); boldFont.setPixelSize( 12 );
boldFont.setBold( false );
ui->descriptionLabel->setFont( boldFont ); ui->descriptionLabel->setFont( boldFont );
QFont regFont = ui->longDescriptionLabel->font(); QFont regFont = ui->longDescriptionLabel->font();