diff options
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 { |
