mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
Merge pull request #826 from bill-auger/master
use orphaned Branding::ProductLogo as sidebar image
This commit is contained in:
commit
7adb963ba9
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ CalamaresWindow::CalamaresWindow( QWidget* parent )
|
||||||
logoLabel->setAlignment( Qt::AlignCenter );
|
logoLabel->setAlignment( Qt::AlignCenter );
|
||||||
logoLabel->setFixedSize( 80, 80 );
|
logoLabel->setFixedSize( 80, 80 );
|
||||||
logoLabel->setPixmap( Calamares::Branding::instance()->
|
logoLabel->setPixmap( Calamares::Branding::instance()->
|
||||||
image( Calamares::Branding::ProductIcon,
|
image( Calamares::Branding::ProductLogo,
|
||||||
logoLabel->size() ) );
|
logoLabel->size() ) );
|
||||||
logoLayout->addWidget( logoLabel );
|
logoLayout->addWidget( logoLabel );
|
||||||
logoLayout->addStretch();
|
logoLayout->addStretch();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue