aboutsummaryrefslogtreecommitdiff
path: root/MiddlePanel.qml
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2018-03-31 03:39:26 +0200
committerSander Ferdinand <sa.ferdinand@gmail.com>2018-03-31 03:39:26 +0200
commita272427423409d9854f4dc762322ccc64bcd33a5 (patch)
tree59af90f2ef018b97152d8d6f7c46abdfa767c59a /MiddlePanel.qml
parent959c2fcc32d515f90cb39933689a37418197a095 (diff)
downloadmonzero-gui-a272427423409d9854f4dc762322ccc64bcd33a5.tar.gz
monzero-gui-a272427423409d9854f4dc762322ccc64bcd33a5.tar.xz
monzero-gui-a272427423409d9854f4dc762322ccc64bcd33a5.zip
Increase panel height for the settings page
Diffstat (limited to 'MiddlePanel.qml')
-rw-r--r--MiddlePanel.qml2
1 files changed, 1 insertions, 1 deletions
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 }