Remove lvm2_pv from FileSystem comboBox when creating LV.

This commit is contained in:
Chantara Tith 2016-08-01 06:12:47 +07:00 committed by Andrius Štikonas
parent 8e44082a73
commit c8844c91e9
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ void NewDialog::setupDialog()
detailsWidget().checkAlign().setChecked(false);
detailsWidget().checkAlign().setEnabled(false);
detailsButton->hide();
dialogWidget().comboFileSystem().removeItem(dialogWidget().comboFileSystem().findText(QStringLiteral("lvm2 pv")));
m_IsValidLVName = false;
}