Browse Source

Decrease size for convenience

emulator-with-probes
pouya 2 years ago
parent
commit
091e380a82
  1. 6
      ui/App.qml

6
ui/App.qml

@ -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)
y = (Screen.height - height)
}
}

Loading…
Cancel
Save