From 8f32cb2507833bd0a51f2d6c095c6ad8a623990f Mon Sep 17 00:00:00 2001 From: lucy Date: Tue, 3 Feb 2026 00:19:20 +0100 Subject: [PATCH] late night push --- modules/bar/Workspaces.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/bar/Workspaces.qml b/modules/bar/Workspaces.qml index 82621f2..040445b 100644 --- a/modules/bar/Workspaces.qml +++ b/modules/bar/Workspaces.qml @@ -10,14 +10,14 @@ Rectangle { color: Colors.surfaceContainer implicitWidth: workspaceRow.implicitWidth + 10 - implicitHeight: Settings.config.barHeight - 10 + implicitHeight: Settings.config.barHeight - 10 radius: Settings.config.barHeight / 2 anchors.verticalCenter: parent.verticalCenter property var screen: screen Row { id: workspaceRow anchors.centerIn: parent - spacing: 10 // Slightly increase spacing between workspace buttons + spacing: 5 // Slightly increase spacing between workspace buttons Repeater { id: wsRepeater