use orphaned Branding::ProductLogo as sidebar image

This commit is contained in:
bill-auger 2017-10-03 18:27:14 -04:00
parent d01a35e288
commit 8d341ed53d
No known key found for this signature in database
GPG Key ID: 84A137AEB5BC9F47

View File

@ -96,7 +96,7 @@ CalamaresWindow::CalamaresWindow( QWidget* parent )
logoLabel->setAlignment( Qt::AlignCenter );
logoLabel->setFixedSize( 80, 80 );
logoLabel->setPixmap( Calamares::Branding::instance()->
image( Calamares::Branding::ProductIcon,
image( Calamares::Branding::ProductLogo,
logoLabel->size() ) );
logoLayout->addWidget( logoLabel );
logoLayout->addStretch();