From bdf126a32a98f37652904545f62a9f0f0043929e Mon Sep 17 00:00:00 2001 From: benstrb Date: Sat, 28 Feb 2026 23:19:14 +0100 Subject: [PATCH] non important commit --- .../modules/dots/quick_shell/quick_config/config/shell.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration/modules/dots/quick_shell/quick_config/config/shell.qml b/configuration/modules/dots/quick_shell/quick_config/config/shell.qml index dacf378..dd651ef 100644 --- a/configuration/modules/dots/quick_shell/quick_config/config/shell.qml +++ b/configuration/modules/dots/quick_shell/quick_config/config/shell.qml @@ -14,6 +14,7 @@ PanelWindow { } Text { + anchors.centerIn: parent text: Qt.formatDateTime(clock.date, "hh\nmm") } }