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 3cc2163f..b4c56af8 100644 --- a/MiddlePanel.qml +++ b/MiddlePanel.qml @@ -141,7 +141,7 @@ Rectangle { }, State { name: "Settings" PropertyChanges { target: root; currentView: settingsView } - PropertyChanges { target: mainFlickable; contentHeight: 2000 * scaleRatio } + PropertyChanges { target: mainFlickable; contentHeight: settingsView.settingsHeight + 100 } }, State { name: "Mining" PropertyChanges { target: root; currentView: miningView } |
