From a272427423409d9854f4dc762322ccc64bcd33a5 Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Sat, 31 Mar 2018 03:39:26 +0200 Subject: [PATCH] Increase panel height for the settings page --- MiddlePanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }