diff options
| author | mmbyday <mmbyday@protonmail.com> | 2018-12-17 21:04:16 -0800 |
|---|---|---|
| committer | mmbyday <mmbyday@protonmail.com> | 2018-12-17 21:17:28 -0800 |
| commit | 481ef1f89586848d1192b21641781e1597d67de4 (patch) | |
| tree | c4a50ac9f8a646d7f4fc2a715544ec403b955a3b /MiddlePanel.qml | |
| parent | 59fc48bd8be5e7227ea3d7b571e9e04829e3636d (diff) | |
| download | monzero-gui-481ef1f89586848d1192b21641781e1597d67de4.tar.gz monzero-gui-481ef1f89586848d1192b21641781e1597d67de4.tar.xz monzero-gui-481ef1f89586848d1192b21641781e1597d67de4.zip | |
mining: display max cpu thread count and warn about impact
Diffstat (limited to 'MiddlePanel.qml')
| -rw-r--r-- | MiddlePanel.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MiddlePanel.qml b/MiddlePanel.qml index 64785859..599495fd 100644 --- a/MiddlePanel.qml +++ b/MiddlePanel.qml @@ -146,7 +146,7 @@ Rectangle { }, State { name: "Mining" PropertyChanges { target: root; currentView: miningView } - PropertyChanges { target: mainFlickable; contentHeight: minHeight } + PropertyChanges { target: mainFlickable; contentHeight: 700 * scaleRatio} }, State { name: "Keys" PropertyChanges { target: root; currentView: keysView } |
