mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-20 12:52:30 +02:00
Elide description label for long playlist names force window resizes
This commit is contained in:
@@ -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 );
|
||||
|
Reference in New Issue
Block a user