Fixed to hide the tags frame on Edit Edit Dialog

This commit is contained in:
defnax 2021-02-13 00:53:47 +01:00
parent 2b8c46017e
commit a8637f6080

View File

@ -95,6 +95,7 @@ IdEditDialog::IdEditDialog(QWidget *parent) :
ui->pushButton_Tag->hide(); // unfinished
ui->plainTextEdit_Tag->hide();
ui->label_TagCheck->hide();
ui->frame_Tags->setHidden(true);
}
IdEditDialog::~IdEditDialog() {}
@ -263,6 +264,9 @@ void IdEditDialog::setupExistingId(const RsGxsGroupId& keyId)
}, this );
});
// force resize of dialog, to hide empty space from the hidden recogn tags area
adjustSize();
}
void IdEditDialog::enforceNoAnonIds()