mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 01:45:36 -04:00
Reorder entries on ChoicePage.
This commit is contained in:
parent
9459e67ac9
commit
30559baa16
1 changed files with 1 additions and 1 deletions
|
@ -104,9 +104,9 @@ ChoicePage::init( PartitionCoreModule* core, const OsproberEntryList& osproberEn
|
|||
iconSize ) );
|
||||
grp->addButton( replaceButton->buttonWidget() );
|
||||
|
||||
m_itemsLayout->addWidget( eraseButton );
|
||||
m_itemsLayout->addWidget( alongsideButton );
|
||||
m_itemsLayout->addWidget( replaceButton );
|
||||
m_itemsLayout->addWidget( eraseButton );
|
||||
m_itemsLayout->setSpacing( CalamaresUtils::defaultFontHeight() / 2 );
|
||||
|
||||
if ( osproberEntries.count() == 0 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue