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 bac81cd commit 08f8497Copy full SHA for 08f8497
shell.qml
@@ -44,7 +44,7 @@ PanelWindow {
44
id: bitmapTitle
45
46
property string text: ""
47
- property real characterSpacing: Config.c.slideOffset ?? 1.2
+ property real characterSpacing: Config.c.characterSpacing ?? 1.2
48
property string fontImage: "./fonts/MusicTitleFont.png"
49
property string currentTitle: ""
50
property string currentStatus: ""
0 commit comments