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.
characterSpacing
1 parent 3a786e2 commit bac81cdCopy full SHA for bac81cd
config.js
@@ -30,6 +30,10 @@ var c = {
30
// Animation duration (in milliseconds)
31
animationDuration: 600,
32
33
+ // Character spacing
34
+ // Determines full-char-width kerning
35
+ characterSpacing: 1.2,
36
+
37
// Scale
38
// Highly recommended to just keep this as 2
39
// Whole numbers only!
shell.qml
@@ -44,7 +44,7 @@ PanelWindow {
44
id: bitmapTitle
45
46
property string text: ""
47
- property real characterSpacing: 1.2
+ property real characterSpacing: Config.c.slideOffset ?? 1.2
48
property string fontImage: "./fonts/MusicTitleFont.png"
49
property string currentTitle: ""
50
property string currentStatus: ""
0 commit comments