From d45beea1c2b2a4ae16c36f7e2ed92246eed426f9 Mon Sep 17 00:00:00 2001 From: lucy Date: Sun, 8 Feb 2026 00:37:29 +0100 Subject: [PATCH] fix --- modules/bar/Workspaces.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bar/Workspaces.qml b/modules/bar/Workspaces.qml index ecb3cd5..4b1f4a3 100644 --- a/modules/bar/Workspaces.qml +++ b/modules/bar/Workspaces.qml @@ -14,7 +14,7 @@ Rectangle { implicitHeight: Settings.config.barHeight - 10 radius: Settings.config.barHeight / 2 property var screen: screen - RowLayout { + Row { id: workspaceRow anchors.centerIn: parent spacing: 5 // Slightly increase spacing between workspace buttons