|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
/* === This file is part of Calamares - <https://github.com/calamares> ===
|
|
|
|
|
*
|
|
|
|
|
* Copyright 2014-2015, Teo Mrnjavac <teo@kde.org>
|
|
|
|
|
* Copyright 2017, Adriaan de Groot <groot@kde.org>
|
|
|
|
|
* Copyright 2017, 2019, Adriaan de Groot <groot@kde.org>
|
|
|
|
|
*
|
|
|
|
|
* Calamares is free software: you can redistribute it and/or modify
|
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
@ -69,9 +69,7 @@ ResultsListWidget::init( const Calamares::RequirementsList& checkEntries )
|
|
|
|
|
|
|
|
|
|
allChecked = false;
|
|
|
|
|
if ( entry.mandatory )
|
|
|
|
|
{
|
|
|
|
|
requirementsSatisfied = false;
|
|
|
|
|
}
|
|
|
|
|
ciw->setAutoFillBackground( true );
|
|
|
|
|
QPalette pal( ciw->palette() );
|
|
|
|
|
pal.setColor( QPalette::Background, Qt::white );
|
|
|
|
@ -131,7 +129,7 @@ ResultsListWidget::init( const Calamares::RequirementsList& checkEntries )
|
|
|
|
|
QLabel* imageLabel;
|
|
|
|
|
if ( Calamares::Branding::instance()->welcomeExpandingLogo() )
|
|
|
|
|
{
|
|
|
|
|
FixedAspectRatioLabel *p = new FixedAspectRatioLabel;
|
|
|
|
|
FixedAspectRatioLabel* p = new FixedAspectRatioLabel;
|
|
|
|
|
p->setPixmap( theImage );
|
|
|
|
|
imageLabel = p;
|
|
|
|
|
}
|
|
|
|
@ -155,9 +153,7 @@ ResultsListWidget::init( const Calamares::RequirementsList& checkEntries )
|
|
|
|
|
)
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
m_mainLayout->addStretch();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|