Skip to content

Commit

Permalink
Some UI oblique fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
evgen-x committed Feb 21, 2019
1 parent a097e2e commit b6920bf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/qt/bitcoingui.cpp
Expand Up @@ -116,7 +116,7 @@ BitcoinGUI::BitcoinGUI(const NetworkStyle* networkStyle, QWidget* parent) : QMai
/* Open CSS when configured */
this->setStyleSheet(GUIUtil::loadStyleSheet());

GUIUtil::restoreWindowGeometry("nWindow", QSize(850, 550), this);
GUIUtil::restoreWindowGeometry("nWindow", QSize(1200, 800), this);

QString windowTitle = tr("PDG Core") + " - ";
#ifdef ENABLE_WALLET
Expand Down
4 changes: 2 additions & 2 deletions src/qt/forms/privacydialog.ui
Expand Up @@ -331,7 +331,7 @@
<widget class="QPushButton" name="pushButtonSpentReset">
<property name="maximumSize">
<size>
<width>80</width>
<width>90</width>
<height>16777215</height>
</size>
</property>
Expand Down Expand Up @@ -509,7 +509,7 @@
<widget class="QPushButton" name="pushButtonMintReset">
<property name="maximumSize">
<size>
<width>80</width>
<width>100</width>
<height>16777215</height>
</size>
</property>
Expand Down
4 changes: 2 additions & 2 deletions src/qt/locale/pdg_ru.ts
Expand Up @@ -2531,11 +2531,11 @@ zPDG are mature when they have more than 20 confirmations AND more than 2 mints
</message>
<message>
<source>Minimize Change</source>
<translation>Сведение к минимуму изменений</translation>
<translation>Минимизировать сдачу</translation>
</message>
<message>
<source>Information about the available Zerocoin funds.</source>
<translation>Информация о доступных фондах Зерокоина.</translation>
<translation>Информация о доступном балансе Zerocoin.</translation>
</message>
<message>
<source>Zerocoin Stats:</source>
Expand Down

0 comments on commit b6920bf

Please sign in to comment.