mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-29 16:50:11 +02:00
* Never elide caption in InfoBar to avoid silly eliding problems.
This commit is contained in:
@@ -41,6 +41,7 @@ InfoBar::InfoBar( QWidget* parent )
|
||||
boldFont.setPixelSize( 18 );
|
||||
boldFont.setBold( true );
|
||||
ui->captionLabel->setFont( boldFont );
|
||||
ui->captionLabel->setElideMode( Qt::ElideNone );
|
||||
|
||||
boldFont.setPixelSize( 12 );
|
||||
ui->descriptionLabel->setFont( boldFont );
|
||||
|
Reference in New Issue
Block a user