From 481ef1f89586848d1192b21641781e1597d67de4 Mon Sep 17 00:00:00 2001 From: mmbyday Date: Mon, 17 Dec 2018 21:04:16 -0800 Subject: mining: display max cpu thread count and warn about impact --- MiddlePanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MiddlePanel.qml') 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 } -- cgit v1.2.3