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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user