Skip to content

Commit 11c1b98

Browse files
Merge pull request #2 from amberSuperMario/main
Fix property characterSpacing
2 parents bac81cd + 08f8497 commit 11c1b98

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
@@ -44,7 +44,7 @@ PanelWindow {
4444
id: bitmapTitle
4545

4646
property string text: ""
47-
property real characterSpacing: Config.c.slideOffset ?? 1.2
47+
property real characterSpacing: Config.c.characterSpacing ?? 1.2
4848
property string fontImage: "./fonts/MusicTitleFont.png"
4949
property string currentTitle: ""
5050
property string currentStatus: ""

0 commit comments

Comments
 (0)