We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c270ec1 commit 22dcb77Copy full SHA for 22dcb77
src/main.qml
@@ -61,6 +61,7 @@ Window {
61
Layout.minimumHeight: stageHeight
62
activeFocusOnTab: true
63
focus: true
64
+ spriteFencing: false
65
stageRect.border.color: Material.theme == Material.Dark ? Qt.rgba(1, 1, 1, 0.15) : Qt.rgba(0, 0, 0, 0.15)
66
stageRect.border.width: 5
67
}
0 commit comments