handle window resize

This commit is contained in:
Qiaoyong Zhong 2014-04-17 19:33:33 +08:00
parent c1fcb03490
commit 55c4b759e6

View File

@ -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)