From 144d6a5def8f6373f6d297f9c9338b58c4963a6a Mon Sep 17 00:00:00 2001 From: benstrb Date: Sun, 22 Feb 2026 20:29:14 +0100 Subject: [PATCH] non important commit --- .../modules/dots/quick_shell/quick_config/config/shell.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 08bcdcb..bcd8577 100644 --- a/configuration/modules/dots/quick_shell/quick_config/config/shell.qml +++ b/configuration/modules/dots/quick_shell/quick_config/config/shell.qml @@ -7,6 +7,7 @@ FloatingWindow { height: 100 Text { - anchors.centerIn + anchors.centerIn: parent + text: "haayaa" } }