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:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user