Hide LV name for disk device resize

This commit is contained in:
Chantara Tith 2016-06-25 21:12:47 +07:00 committed by Andrius Štikonas
parent 07bf741c6a
commit f49b36fe14
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,8 @@ ResizeDialog::ResizeDialog(QWidget* parent, Device& d, Partition& p, qint64 minF
dialogWidget().hideRole();
dialogWidget().hideFileSystem();
dialogWidget().hideLabel();
dialogWidget().textLVName().hide();
dialogWidget().lvName().hide();
setupDialog();
setupConstraints();