handle window resize
This commit is contained in:
parent
c1fcb03490
commit
55c4b759e6
@ -28,8 +28,9 @@ ApplicationWindow {
|
|||||||
color: helper.myColors.bglight
|
color: helper.myColors.bglight
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
anchors.fill: parent
|
width: 500
|
||||||
anchors.margins: 30
|
height: 670
|
||||||
|
anchors.centerIn: parent
|
||||||
|
|
||||||
focus: true
|
focus: true
|
||||||
Keys.onPressed: MyScript.moveKey(event)
|
Keys.onPressed: MyScript.moveKey(event)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user