Merge pull request #976 from csoler/v0.6.3

reduced size of GenCertDialog window (guess) and fixed username
This commit is contained in:
csoler 2017-07-31 01:10:35 +02:00 committed by GitHub
commit a041584598
2 changed files with 4 additions and 4 deletions

View File

@ -169,7 +169,7 @@ GenCertDialog::GenCertDialog(bool onlyGenerateIdentity, QWidget *parent)
#if QT_VERSION >= 0x040700
ui.node_input->setPlaceholderText(tr("Node name")) ;
ui.hiddenaddr_input->setPlaceholderText(tr("Tor/I2P address")) ;
ui.name_input->setPlaceholderText(tr("Profile"));
ui.name_input->setPlaceholderText(tr("Username"));
ui.nickname_input->setPlaceholderText(tr("Chat name"));
ui.password_input->setPlaceholderText(tr("Password"));
ui.password_input_2->setPlaceholderText(tr("Password again"));
@ -324,7 +324,7 @@ void GenCertDialog::setupState()
ui.genButton->setVisible(false) ;
ui.generate_label->setVisible(false) ;
ui.info_label->setText("Need more randomness! Please move your mouse around to reach 20%") ;
ui.info_label->setText("Please mouve your mouse randomply to generate enough random data to create your profile.") ;
ui.info_label->setVisible(true) ;
}
else

View File

@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>969</width>
<height>786</height>
<width>569</width>
<height>426</height>
</rect>
</property>
<property name="windowTitle">