mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-17 03:24:15 +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->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