diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-03-31 03:39:26 +0200 |
|---|---|---|
| committer | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-03-31 03:39:26 +0200 |
| commit | a272427423409d9854f4dc762322ccc64bcd33a5 (patch) | |
| tree | 59af90f2ef018b97152d8d6f7c46abdfa767c59a /MiddlePanel.qml | |
| parent | 959c2fcc32d515f90cb39933689a37418197a095 (diff) | |
| download | monzero-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.qml | 2 |
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 } |
