[partition] Calamares is spaced-out enough without extra's

This commit is contained in:
Adriaan de Groot 2018-10-11 06:35:45 -04:00
parent c7645af358
commit 417eeedd9f

View File

@ -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