diff --git a/qml/main.qml b/qml/main.qml index feaa289..b162236 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -28,8 +28,9 @@ ApplicationWindow { color: helper.myColors.bglight Item { - anchors.fill: parent - anchors.margins: 30 + width: 500 + height: 670 + anchors.centerIn: parent focus: true Keys.onPressed: MyScript.moveKey(event)