[partition] Drop label on swap-options box

This commit is contained in:
Adriaan de Groot 2018-09-12 08:42:21 -04:00
parent a791818a65
commit dc492b301c
3 changed files with 4 additions and 5 deletions

View file

@ -228,7 +228,7 @@ ChoicePage::setupChoices()
m_eraseButton->setIcon( CalamaresUtils::defaultPixmap( CalamaresUtils::PartitionEraseAuto,
CalamaresUtils::Original,
iconSize ) );
m_eraseButton->addOptionsComboBox( tr( "Swap" ), swapSelectionCombo() );
m_eraseButton->addOptionsComboBox( swapSelectionCombo() );
m_grp->addButton( m_eraseButton->buttonWidget(), Erase );
m_replaceButton = new PrettyRadioButton;