aboutsummaryrefslogtreecommitdiff
path: root/LeftPanel.qml
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2018-12-20 14:30:08 -0600
committerluigi1111 <luigi1111w@gmail.com>2018-12-20 14:30:08 -0600
commit1e4e9384eb14f7f1488484f0eedbecef19a15156 (patch)
tree06e2b7b5f908f10441a72815108baff898fbc1c2 /LeftPanel.qml
parent7cf94734be7f9758b74880a71fff50407f9da73b (diff)
parent84a60424efb90c680137294cb7338f41f8c9fe9d (diff)
downloadmonzero-gui-1e4e9384eb14f7f1488484f0eedbecef19a15156.tar.gz
monzero-gui-1e4e9384eb14f7f1488484f0eedbecef19a15156.tar.xz
monzero-gui-1e4e9384eb14f7f1488484f0eedbecef19a15156.zip
Merge pull request #1830
84a6042 mining: add visual icon/indicator that mining is enabled, visible on all the screens (mmbyday)
Diffstat (limited to 'LeftPanel.qml')
-rw-r--r--LeftPanel.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml
index 649fbc58..d7cd0ee8 100644
--- a/LeftPanel.qml
+++ b/LeftPanel.qml
@@ -653,7 +653,7 @@ Rectangle {
id: networkStatus
anchors.left: parent.left
anchors.right: parent.right
- anchors.leftMargin: 0
+ anchors.leftMargin: 5 * scaleRatio
anchors.rightMargin: 0
anchors.bottom: (progressBar.visible)? progressBar.top : parent.bottom;
connected: Wallet.ConnectionStatus_Disconnected