@ -12,9 +12,9 @@ QtMvvmApp {
onHeightChanged: Const.heightRatio = mvvmApp.height / Const.windowHeight
Component.onCompleted: {
width = Const.windowWidth
height = Const.windowHeight
width = Const.windowWidth / 1.3
height = Const.windowHeight / 1.3
x = (Screen.width - width) / 2
y = (Screen.height - height)
}