mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-10 01:55:19 -04:00
* Added a default stylesheet for the generate button
* hide/show the correct info labels at top. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6756 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
83abd53872
commit
715984249c
3 changed files with 43 additions and 19 deletions
|
@ -253,6 +253,8 @@ void GenCertDialog::newGPGKeyGenUiSetup() {
|
|||
setWindowTitle(tr("Create new Identity"));
|
||||
ui.genButton->setText(tr("Generate new Identity"));
|
||||
ui.headerFrame->setHeaderText(tr("Create a new Identity"));
|
||||
ui.genprofileinfo_label->hide();
|
||||
ui.header_label->show();
|
||||
} else {
|
||||
genNewGPGKey = false;
|
||||
ui.name_label->hide();
|
||||
|
@ -271,6 +273,8 @@ void GenCertDialog::newGPGKeyGenUiSetup() {
|
|||
setWindowTitle(tr("Create new Location"));
|
||||
ui.genButton->setText(tr("Generate new Location"));
|
||||
ui.headerFrame->setHeaderText(tr("Create a new Location"));
|
||||
ui.genprofileinfo_label->show();
|
||||
ui.header_label->hide();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue