Sign: redesign page with message/file toggle 🎨

This commit is contained in:
mmbyday
2018-12-14 09:34:41 -08:00
parent 7c0a557e62
commit 7708b09ea2
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 }