diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-01-12 01:17:20 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:02 +0100 |
| commit | a9b6a70d1594f18b77187b5423e88086129429f9 (patch) | |
| tree | 15ed5115d60e464868efc5817ea6d66c6431510c /LeftPanel.qml | |
| parent | cf2791a246c68bff6664843733ff661335db3d79 (diff) | |
| download | monzero-gui-a9b6a70d1594f18b77187b5423e88086129429f9.tar.gz monzero-gui-a9b6a70d1594f18b77187b5423e88086129429f9.tar.xz monzero-gui-a9b6a70d1594f18b77187b5423e88086129429f9.zip | |
Cleanup after rebase
Diffstat (limited to 'LeftPanel.qml')
| -rw-r--r-- | LeftPanel.qml | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml index a999f9ad..d2eb3df0 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -110,7 +110,7 @@ Rectangle { anchors.leftMargin: 20 anchors.verticalCenter: parent.verticalCenter height: 490 * scaleRatio - width: 50 * scaleRatio + width: 259 * scaleRatio Image { width: 259; height: 170 @@ -128,22 +128,21 @@ Rectangle { anchors.leftMargin: 192 font.bold: true font.pixelSize: 12 - color: "red" - opacity: 1 + color: "#f33434" } - // @TODO: implement - // Text { - // id: viewOnlyLabel - // visible: viewOnly - // text: qsTr("View Only") + translationManager.emptyString - // anchors.top: logo.bottom - // anchors.topMargin: 5 - // anchors.left: parent.left - // anchors.leftMargin: 50 - // font.bold: true - // color: "blue" - // } + Text { + id: viewOnlyLabel + visible: viewOnly + text: qsTr("View Only") + translationManager.emptyString + anchors.top: parent.top + anchors.topMargin: 8 + anchors.right: testnetLabel.visible ? testnetLabel.left : parent.right + anchors.rightMargin: 8 + font.pixelSize: 12 + font.bold: true + color: "#ff9323" + } } Item { |
