diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-12-20 14:30:08 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-12-20 14:30:08 -0600 |
| commit | 1e4e9384eb14f7f1488484f0eedbecef19a15156 (patch) | |
| tree | 06e2b7b5f908f10441a72815108baff898fbc1c2 /LeftPanel.qml | |
| parent | 7cf94734be7f9758b74880a71fff50407f9da73b (diff) | |
| parent | 84a60424efb90c680137294cb7338f41f8c9fe9d (diff) | |
| download | monzero-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.qml | 2 |
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 |
