mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-15 02:44:20 -05:00
improved design of profile generation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2288 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a1837e4639
commit
63b98f3ccc
@ -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::AdjustSize);
|
||||
//WidgetBackgroundImage::setBackgroundImage(ui.loginLabel, ":images/new-account.png", WidgetBackgroundImage::AdjustSize);
|
||||
|
||||
|
||||
connect(ui.genButton, SIGNAL(clicked()), this, SLOT(genPerson()));
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -109,6 +109,7 @@
|
||||
<file>images/console-small-hover.png</file>
|
||||
<file>images/console-small-up.png</file>
|
||||
<file>images/contract_hover.png</file>
|
||||
<file>images/contact_new128.png</file>
|
||||
<file>images/dadd.png</file>
|
||||
<file>images/dauthed.png</file>
|
||||
<file>images/daway.png</file>
|
||||
@ -208,6 +209,7 @@
|
||||
<file>images/graph-area.png</file>
|
||||
<file>images/graph-line.png</file>
|
||||
<file>images/groupchat.png</file>
|
||||
<file>images/genbackground.png</file>
|
||||
<file>images/gohome.png</file>
|
||||
<file>images/help.png</file>
|
||||
<file>images/help24.png</file>
|
||||
|
Loading…
Reference in New Issue
Block a user