diff options
| author | Roy Jacobs <roy.jacobs@12roar.com> | 2017-03-14 15:05:47 +0100 |
|---|---|---|
| committer | Roy Jacobs <roy.jacobs@12roar.com> | 2017-03-14 15:14:02 +0100 |
| commit | 2b24c91bc58ad1f80eb5f07a995458d60401814e (patch) | |
| tree | 95f21d5f67349340948c23e53a403fff433441bd /pages | |
| parent | 897bc582f042cdcecbaf8048bd9ab73f3f9b302b (diff) | |
| download | monzero-gui-2b24c91bc58ad1f80eb5f07a995458d60401814e.tar.gz monzero-gui-2b24c91bc58ad1f80eb5f07a995458d60401814e.tar.xz monzero-gui-2b24c91bc58ad1f80eb5f07a995458d60401814e.zip | |
Add missing, fix and improve translations
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/Receive.qml | 4 | ||||
| -rw-r--r-- | pages/Settings.qml | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/pages/Receive.qml b/pages/Receive.qml index 889ee534..76845dc7 100644 --- a/pages/Receive.qml +++ b/pages/Receive.qml @@ -161,7 +161,8 @@ Rectangle { /* main layout */ ColumnLayout { id: mainLayout - anchors.margins: 40 + anchors.margins: 17 + anchors.topMargin: 40 anchors.left: parent.left anchors.top: parent.top anchors.right: parent.right @@ -236,7 +237,6 @@ Rectangle { StandardButton { id: generatePaymentId width: 80 - fontSize: 14 shadowReleasedColor: "#FF4304" shadowPressedColor: "#B32D00" releasedColor: "#FF6C3C" diff --git a/pages/Settings.qml b/pages/Settings.qml index 1d6a4ca8..b0f7058c 100644 --- a/pages/Settings.qml +++ b/pages/Settings.qml @@ -127,6 +127,7 @@ Rectangle { RowLayout { Label { id: manageDaemonLabel + Layout.fillWidth: true color: "#4A4949" text: qsTr("Manage daemon") + translationManager.emptyString fontSize: 16 @@ -141,6 +142,9 @@ Rectangle { } RowLayout { + id: daemonStatusRow + Layout.fillWidth: true + StandardButton { visible: true enabled: !appWindow.daemonRunning |
