diff --git a/MiddlePanel.qml b/MiddlePanel.qml index 680372c0..bda38433 100644 --- a/MiddlePanel.qml +++ b/MiddlePanel.qml @@ -140,7 +140,7 @@ Rectangle { }, State { name: "Settings" PropertyChanges { target: root; currentView: settingsView } - PropertyChanges { target: mainFlickable; contentHeight: 1400 * scaleRatio } + PropertyChanges { target: mainFlickable; contentHeight: 2000 * scaleRatio } }, State { name: "Mining" PropertyChanges { target: root; currentView: miningView }