From 5c3f27f332c8e67d3645cf35da2a787f40906d14 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 30 Apr 2025 12:35:47 +1000 Subject: bar: workspaces some fixes And anim occupied pill movement --- modules/bar/components/workspaces/Workspaces.qml | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/bar/components/workspaces/Workspaces.qml') diff --git a/modules/bar/components/workspaces/Workspaces.qml b/modules/bar/components/workspaces/Workspaces.qml index 51ae3da..ea2cad9 100644 --- a/modules/bar/components/workspaces/Workspaces.qml +++ b/modules/bar/components/workspaces/Workspaces.qml @@ -22,7 +22,6 @@ Item { BoxLayout { id: layout - homogenous: true spacing: 0 Repeater { @@ -30,7 +29,6 @@ Item { Workspace { vertical: root.vertical - homogenous: layout.homogenous occupied: root.occupied groupOffset: root.groupOffset } -- cgit v1.2.3-freya