mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-10 10:05:19 -04:00
redesign cert generation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2205 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c381099e59
commit
e84fab0562
3 changed files with 64 additions and 44 deletions
|
@ -45,7 +45,7 @@ GenCertDialog::GenCertDialog(QWidget *parent, Qt::WFlags flags)
|
|||
|
||||
connect(ui.new_gpg_key_checkbox, SIGNAL(clicked()), this, SLOT(newGPGKeyGenUiSetup()));
|
||||
|
||||
WidgetBackgroundImage::setBackgroundImage(ui.loginLabel, ":images/new-account.png", WidgetBackgroundImage::AdjustHeight);
|
||||
WidgetBackgroundImage::setBackgroundImage(ui.loginLabel, ":images/new-account.png", WidgetBackgroundImage::AdjustSize);
|
||||
|
||||
|
||||
connect(ui.genButton, SIGNAL(clicked()), this, SLOT(genPerson()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue