From cf962a26f4cf34d5cc795a2ec3d24d05dba3b154 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 20 Sep 2025 09:31:26 +0200 Subject: [PATCH] workspaces: fix some undefined thingy --- .config/quickshell/ii/modules/bar/Workspaces.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/ii/modules/bar/Workspaces.qml b/.config/quickshell/ii/modules/bar/Workspaces.qml index 775df18d7..5d0c9f62b 100644 --- a/.config/quickshell/ii/modules/bar/Workspaces.qml +++ b/.config/quickshell/ii/modules/bar/Workspaces.qml @@ -204,7 +204,7 @@ Item { rowSpacing: 0 anchors.fill: parent - implicitHeight: vertical ? Appearance.sizes.barWidth : Appearance.sizes.barHeight + implicitHeight: vertical ? Appearance.sizes.verticalBarWidth : Appearance.sizes.barHeight implicitWidth: vertical ? Appearance.sizes.verticalBarWidth : Appearance.sizes.verticalBarWidth Repeater {