Merge pull request #1826

7708b09 Sign: redesign page with message/file toggle (mmbyday)
This commit is contained in:
luigi1111
2018-12-26 16:01:33 -06:00
2 changed files with 305 additions and 193 deletions

View File

@@ -138,7 +138,7 @@ Rectangle {
}, State {
name: "Sign"
PropertyChanges { target: root; currentView: signView }
PropertyChanges { target: mainFlickable; contentHeight: 1200 * scaleRatio }
PropertyChanges { target: mainFlickable; contentHeight: 1000 * scaleRatio }
}, State {
name: "Settings"
PropertyChanges { target: root; currentView: settingsView }