1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-21 13:21:52 +02:00

Elide description label for long playlist names force window resizes

This commit is contained in:
Leo Franchi
2011-08-14 14:04:23 -04:00
parent d32e177583
commit 65405682aa

View File

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