We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a65431f commit 6459e0eCopy full SHA for 6459e0e
1 file changed
src/ProjectPlayer.qml
@@ -56,7 +56,7 @@ ProjectScene {
56
57
Rectangle {
58
id: contentRect
59
- anchors.left: parent.left
+ anchors.horizontalCenter: parent.horizontalCenter
60
anchors.top: parent.top
61
width: stageWidth * stageScale
62
height: stageHeight * stageScale
0 commit comments