diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2017-11-21 22:11:41 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:00 +0100 |
| commit | e62fab767ad1f4907d56ecd9b94780a97966703f (patch) | |
| tree | 55f3ecfda3376a630d0c421a6ff41d765e2f840b /LeftPanel.qml | |
| parent | f9e264ca0a3f781a5e9e2be76e95ab1297253dc9 (diff) | |
| download | monzero-gui-e62fab767ad1f4907d56ecd9b94780a97966703f.tar.gz monzero-gui-e62fab767ad1f4907d56ecd9b94780a97966703f.tar.xz monzero-gui-e62fab767ad1f4907d56ecd9b94780a97966703f.zip | |
Added inlineButton for lineEdit and worked on network status progress bar + text
Diffstat (limited to 'LeftPanel.qml')
| -rw-r--r-- | LeftPanel.qml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml index 4679f1b0..de8777d0 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -127,9 +127,11 @@ Rectangle { anchors.top: parent.top anchors.topMargin: 8 anchors.left: parent.left - anchors.leftMargin: 184 + anchors.leftMargin: 192 font.bold: true + font.pixelSize: 12 color: "white" + opacity: 0.6 } // @TODO: implement @@ -245,7 +247,7 @@ Rectangle { anchors.bottom: parent.bottom anchors.top: (isMobile)? parent.top : column1.bottom anchors.topMargin: (isMobile)? 0 : 32 - color: "#1C1C1C" + color: "black" Flickable { @@ -572,7 +574,7 @@ Rectangle { anchors.right: parent.right anchors.bottom: (progressBar.visible)? progressBar.top : parent.bottom; connected: Wallet.ConnectionStatus_Disconnected - height: 58 * scaleRatio + height: 40 * scaleRatio } ProgressBar { @@ -590,9 +592,9 @@ Rectangle { anchors.left: parent.left anchors.right: parent.right anchors.bottom: parent.bottom - height: 35 * scaleRatio syncType: qsTr("Daemon") visible: networkStatus.connected + height: 62 * scaleRatio } } // menuRect |
