mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-16 11:04:01 +02:00
* Prevent QLabel's default-text from appearing while loading PlaylistManager.
This commit is contained in:
@@ -50,7 +50,11 @@ 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