Settings: set contentPadding default to 2

This commit is contained in:
Lysec
2026-02-28 00:19:40 +01:00
parent d4941da27f
commit 5cf1add30f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
"capsuleOpacity": 1,
"capsuleColorKey": "none",
"widgetSpacing": 6,
"contentPadding": 0,
"contentPadding": 2,
"fontScale": 1,
"backgroundOpacity": 0.93,
"useSeparateOpacity": false,
+1 -1
View File
@@ -182,7 +182,7 @@ Singleton {
property real capsuleOpacity: 1.0
property string capsuleColorKey: "none"
property int widgetSpacing: 6
property int contentPadding: 0
property int contentPadding: 2
property real fontScale: 1.0
// Bar background opacity settings