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" } }