mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-16 19:14:06 +02:00
* Prevent QLabel's default-text from appearing while loading PlaylistManager.
This commit is contained in:
@@ -51,6 +51,10 @@ InfoBar::InfoBar( QWidget* parent )
|
||||
ui->captionLabel->setPalette( whitePal );
|
||||
ui->descriptionLabel->setPalette( whitePal );
|
||||
|
||||
ui->captionLabel->setText( QString() );
|
||||
ui->descriptionLabel->setText( QString() );
|
||||
ui->imageLabel->setText( QString() );
|
||||
|
||||
setAutoFillBackground( true );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user