mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
[partition] Calamares is spaced-out enough without extra's
This commit is contained in:
parent
c7645af358
commit
417eeedd9f
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ ChoicePage::setupChoices()
|
|||
|
||||
// Fill up swap options
|
||||
// .. TODO: only if enabled in the config
|
||||
m_eraseSwapChoices = createCombo( { SwapChoice::NoSwap, SwapChoice::SmallSwap, SwapChoice:: FullSwap } );
|
||||
m_eraseSwapChoices = createCombo( { SwapChoice::NoSwap, SwapChoice::SmallSwap, SwapChoice::FullSwap } );
|
||||
m_eraseButton->addOptionsComboBox( m_eraseSwapChoices );
|
||||
|
||||
#if 0
|
||||
|
|
Loading…
Add table
Reference in a new issue