1
0
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:
Christian Muehlhaeuser
2011-03-19 07:18:28 +01:00
parent 9de221e9d0
commit de2d8aa2fd

View File

@@ -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 );
}