1
0
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:
Christian Muehlhaeuser
2011-08-01 04:24:46 +02:00
parent a41e84ae78
commit a8e72c3b26

View File

@@ -41,6 +41,7 @@ InfoBar::InfoBar( QWidget* parent )
boldFont.setPixelSize( 18 ); boldFont.setPixelSize( 18 );
boldFont.setBold( true ); boldFont.setBold( true );
ui->captionLabel->setFont( boldFont ); ui->captionLabel->setFont( boldFont );
ui->captionLabel->setElideMode( Qt::ElideNone );
boldFont.setPixelSize( 12 ); boldFont.setPixelSize( 12 );
ui->descriptionLabel->setFont( boldFont ); ui->descriptionLabel->setFont( boldFont );