Make edit account UI more scalable

Put content in flickable, reduce avatar height as needed.
The minimum supported resolution of the app should now be 240x120.
This commit is contained in:
miruka
2019-07-15 17:43:53 -04:00
parent 62056b6124
commit 503252f1c7
4 changed files with 44 additions and 29 deletions

View File

@@ -8,11 +8,13 @@ import "Models"
ApplicationWindow {
id: window
minimumWidth: theme.minimumSupportedWidth
minimumHeight: theme.minimumSupportedHeight
width: 640
height: 480
visible: true
color: "black"
title: "Harmony QML"
color: "black"
property bool debug: false
property bool ready: false