From 5104daf212481d55c5030c9ce42e922419294df2 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 28 May 2026 21:21:32 +0200 Subject: [PATCH] Restore gap --- shell/plugins/bar/widgets/Clock.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/plugins/bar/widgets/Clock.qml b/shell/plugins/bar/widgets/Clock.qml index 493cc303..f1010793 100644 --- a/shell/plugins/bar/widgets/Clock.qml +++ b/shell/plugins/bar/widgets/Clock.qml @@ -55,7 +55,7 @@ BarWidget { anchors.fill: parent bar: root.bar text: root.formatted(root.displayDate) - horizontalMargin: 2 + horizontalMargin: 8.75 verticalPadding: 8.75 onPressed: function(button) { if (!root.bar) return