From 84a60424efb90c680137294cb7338f41f8c9fe9d Mon Sep 17 00:00:00 2001 From: mmbyday Date: Sat, 15 Dec 2018 20:10:12 -0800 Subject: mining: add visual icon/indicator that mining is enabled, visible on all the screens --- LeftPanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LeftPanel.qml') diff --git a/LeftPanel.qml b/LeftPanel.qml index 53da5f22..e05e62ac 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -650,7 +650,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 -- cgit v1.2.3