mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
parent
55a63a1f67
commit
4a5cee133f
1 changed files with 3 additions and 0 deletions
|
@ -96,6 +96,9 @@ WelcomePage::WelcomePage( RequirementsChecker* requirementsChecker, QWidget* par
|
|||
CalamaresUtils::Original,
|
||||
QSize( CalamaresUtils::defaultFontHeight() * 6,
|
||||
CalamaresUtils::defaultFontHeight() * 6 ) ) );
|
||||
QGridLayout* layout = reinterpret_cast<QGridLayout *>( mb.layout() );
|
||||
if ( layout )
|
||||
layout->setColumnMinimumWidth( 2, CalamaresUtils::defaultFontHeight() * 24 );
|
||||
mb.exec();
|
||||
} );
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue