Skip to content

Commit a9e18ea

Browse files
fix initial position
1 parent 66788b8 commit a9e18ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ PanelWindow {
4949
height: MusicTitleFont.fontInfo.lineHeight
5050

5151
opacity: 0.0
52-
x: baseX - slideOffset
52+
x: baseX + slideOffset
5353

5454
Behavior on opacity {
5555
enabled: !bitmapTitle.isAnimating

0 commit comments

Comments
 (0)