mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 02:15:36 -04:00
Scale Welcome image correctly, adjust layouts throughout Welcome page.
This commit is contained in:
parent
80c76c549f
commit
b636d69a45
4 changed files with 17 additions and 25 deletions
|
@ -94,8 +94,7 @@ WelcomePage::WelcomePage( RequirementsChecker* requirementsChecker, QWidget* par
|
|||
mb.exec();
|
||||
} );
|
||||
|
||||
ui->verticalLayout->insertStretch( 3 );
|
||||
ui->verticalLayout->insertWidget( 4, m_requirementsChecker->widget() );
|
||||
ui->verticalLayout->insertWidget( 3, m_requirementsChecker->widget() );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue