mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
[partition] Drop label on swap-options box
This commit is contained in:
parent
a791818a65
commit
dc492b301c
3 changed files with 4 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue