mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-17 11:30:49 +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->captionLabel->setPalette( whitePal );
|
||||||
ui->descriptionLabel->setPalette( whitePal );
|
ui->descriptionLabel->setPalette( whitePal );
|
||||||
|
|
||||||
|
ui->captionLabel->setText( QString() );
|
||||||
|
ui->descriptionLabel->setText( QString() );
|
||||||
|
ui->imageLabel->setText( QString() );
|
||||||
|
|
||||||
setAutoFillBackground( true );
|
setAutoFillBackground( true );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user