macOS: enable fullscreen support

This commit is contained in:
selsta
2019-04-25 23:41:17 +02:00
parent ff6ce6294b
commit b2a7cb3d40
3 changed files with 1 additions and 3 deletions

View File

@@ -86,7 +86,6 @@ Rectangle {
root.x = parent.width/2 - root.width/2
root.y = 100
}
show()
root.z = 11
root.visible = true;
}