mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-28 17:04:58 -04:00
Fixed to hide the tags frame on Edit Edit Dialog
This commit is contained in:
parent
2b8c46017e
commit
a8637f6080
1 changed files with 4 additions and 0 deletions
|
@ -95,6 +95,7 @@ IdEditDialog::IdEditDialog(QWidget *parent) :
|
||||||
ui->pushButton_Tag->hide(); // unfinished
|
ui->pushButton_Tag->hide(); // unfinished
|
||||||
ui->plainTextEdit_Tag->hide();
|
ui->plainTextEdit_Tag->hide();
|
||||||
ui->label_TagCheck->hide();
|
ui->label_TagCheck->hide();
|
||||||
|
ui->frame_Tags->setHidden(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
IdEditDialog::~IdEditDialog() {}
|
IdEditDialog::~IdEditDialog() {}
|
||||||
|
@ -263,6 +264,9 @@ void IdEditDialog::setupExistingId(const RsGxsGroupId& keyId)
|
||||||
|
|
||||||
}, this );
|
}, this );
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// force resize of dialog, to hide empty space from the hidden recogn tags area
|
||||||
|
adjustSize();
|
||||||
}
|
}
|
||||||
|
|
||||||
void IdEditDialog::enforceNoAnonIds()
|
void IdEditDialog::enforceNoAnonIds()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue