Increase panel height for the settings page

This commit is contained in:
Sander Ferdinand 2018-03-31 03:39:26 +02:00
parent 959c2fcc32
commit a272427423

View File

@ -140,7 +140,7 @@ Rectangle {
}, State { }, State {
name: "Settings" name: "Settings"
PropertyChanges { target: root; currentView: settingsView } PropertyChanges { target: root; currentView: settingsView }
PropertyChanges { target: mainFlickable; contentHeight: 1400 * scaleRatio } PropertyChanges { target: mainFlickable; contentHeight: 2000 * scaleRatio }
}, State { }, State {
name: "Mining" name: "Mining"
PropertyChanges { target: root; currentView: miningView } PropertyChanges { target: root; currentView: miningView }