Merge pull request #826 from bill-auger/master

use orphaned Branding::ProductLogo as sidebar image
This commit is contained in:
Adriaan de Groot 2017-10-04 11:33:30 +02:00 committed by GitHub
commit 7adb963ba9

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();