aboutsummaryrefslogtreecommitdiff
path: root/LeftPanel.qml
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2017-11-21 22:11:41 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-03-29 23:04:00 +0100
commite62fab767ad1f4907d56ecd9b94780a97966703f (patch)
tree55f3ecfda3376a630d0c421a6ff41d765e2f840b /LeftPanel.qml
parentf9e264ca0a3f781a5e9e2be76e95ab1297253dc9 (diff)
downloadmonzero-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.qml10
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