Merge pull request #1839

481ef1f mining: display max cpu thread count and warn about impact (mmbyday)
This commit is contained in:
luigi1111
2018-12-18 09:52:57 -06:00
3 changed files with 185 additions and 144 deletions

View File

@@ -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 }