From 6ebd2bf6481cb9d23e7dcb26af2bc709516c0bf3 Mon Sep 17 00:00:00 2001 From: Hannes Date: Sun, 5 Jul 2026 18:40:25 +0200 Subject: [PATCH] fixed workspace num moving --- modules/bar/widgets/Workspaces.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/bar/widgets/Workspaces.qml b/modules/bar/widgets/Workspaces.qml index af3404a..f5d5069 100644 --- a/modules/bar/widgets/Workspaces.qml +++ b/modules/bar/widgets/Workspaces.qml @@ -70,7 +70,9 @@ Rectangle { } Row { - anchors.centerIn: parent + anchors.left: parent.left + anchors.leftMargin: Config.spacing_fun(bar.height)*1.5 + anchors.verticalCenter: parent.verticalCenter spacing: Config.spacing_fun(parent.height) Text {