diff options
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 } |
