aboutsummaryrefslogtreecommitdiff
path: root/MiddlePanel.qml
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2018-12-18 09:52:57 -0600
committerluigi1111 <luigi1111w@gmail.com>2018-12-18 09:52:57 -0600
commit7c0a557e627c1c6dee0564d1301034498172885d (patch)
treea40888571ba59e800e45ea2d3d3a59ecc348b41d /MiddlePanel.qml
parent4c3f84a69501764015a00a3dd5497f11325354b6 (diff)
parent481ef1f89586848d1192b21641781e1597d67de4 (diff)
downloadmonzero-gui-7c0a557e627c1c6dee0564d1301034498172885d.tar.gz
monzero-gui-7c0a557e627c1c6dee0564d1301034498172885d.tar.xz
monzero-gui-7c0a557e627c1c6dee0564d1301034498172885d.zip
Merge pull request #1839
481ef1f mining: display max cpu thread count and warn about impact (mmbyday)
Diffstat (limited to 'MiddlePanel.qml')
-rw-r--r--MiddlePanel.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/MiddlePanel.qml b/MiddlePanel.qml
index d5059394..b1e7051f 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 }