Merge pull request #966 from csoler/v0.6.3

V0.6.3
This commit is contained in:
csoler 2017-07-29 20:20:53 +02:00 committed by GitHub
commit d10dbf1f5a
3 changed files with 7 additions and 7 deletions

View File

@ -165,8 +165,8 @@ 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("Username"));
ui.nickname_input->setPlaceholderText(tr("Identity name"));
ui.name_input->setPlaceholderText(tr("Profile"));
ui.nickname_input->setPlaceholderText(tr("Chat name"));
ui.password_input->setPlaceholderText(tr("Password"));
ui.password_input_2->setPlaceholderText(tr("Password again"));
#endif

View File

@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>520</width>
<height>541</height>
<width>969</width>
<height>786</height>
</rect>
</property>
<property name="windowTitle">
@ -732,7 +732,7 @@
<bool>true</bool>
</property>
<property name="text">
<string>Use existing node</string>
<string>Use existing profile</string>
</property>
</action>
</widget>

View File

@ -795,6 +795,6 @@ StartDialog QFrame#loginframe{
}
GenCertDialog QFrame#profileframe{
background-image: url(:/images/logo/background.png);
background-repeat: repeat;
border-image: url(:/images/logo/background.png) 0 0 0 0 stretch stretch;
border-width: 0px;
}