mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
Fix layout.
This commit is contained in:
parent
b6218272f3
commit
1a11d8589a
1 changed files with 2 additions and 1 deletions
|
@ -88,7 +88,8 @@ ChoicePage::ChoicePage( QWidget* parent )
|
|||
m_drivesLayout->setDirection( QBoxLayout::LeftToRight );
|
||||
|
||||
BootInfoWidget* bootInfoWidget = new BootInfoWidget( this );
|
||||
m_drivesLayout->addWidget( bootInfoWidget );
|
||||
m_drivesLayout->insertWidget( 0, bootInfoWidget );
|
||||
m_drivesLayout->insertSpacing( 1, CalamaresUtils::defaultFontHeight() / 2 );
|
||||
|
||||
m_drivesCombo = new QComboBox( this );
|
||||
m_mainLayout->setStretchFactor( m_drivesLayout, 0 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue