Skip to content

Commit 6459e0e

Browse files
committed
ProjectPlayer: Display the stage in the horizontal center
1 parent a65431f commit 6459e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProjectPlayer.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ProjectScene {
5656

5757
Rectangle {
5858
id: contentRect
59-
anchors.left: parent.left
59+
anchors.horizontalCenter: parent.horizontalCenter
6060
anchors.top: parent.top
6161
width: stageWidth * stageScale
6262
height: stageHeight * stageScale

0 commit comments

Comments
 (0)