mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-04-06 14:03:54 -04:00
Fixed to hide the tags frame on Edit Edit Dialog
This commit is contained in:
parent
2b8c46017e
commit
a8637f6080
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user