mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 18:05:36 -04:00
No point doing this: editing extended partitions is not supported for now
This commit is contained in:
parent
846812f49b
commit
9b57b98a93
1 changed files with 0 additions and 3 deletions
|
@ -190,9 +190,6 @@ CreatePartitionDialog::initFromPartitionInfo( PartitionInfo* partitionInfo )
|
|||
|
||||
initSectorRange( partition );
|
||||
|
||||
if ( isExtended )
|
||||
m_ui->extendedRadioButton->setChecked( true );
|
||||
|
||||
// Size
|
||||
m_ui->sizeSpinBox->setValue( mbSizeForSectorRange( partition->firstSector(), partition->lastSector() ) );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue