* 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:
defnax 2013-09-24 14:04:19 +00:00
parent 83abd53872
commit 715984249c
3 changed files with 43 additions and 19 deletions

View file

@ -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();
}
}