From e878949858610523175e24d4795780cc0806612a Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 28 Apr 2025 19:28:30 +1000 Subject: bar: workspaces show occupied --- widgets/BoxLayout.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'widgets/BoxLayout.qml') diff --git a/widgets/BoxLayout.qml b/widgets/BoxLayout.qml index 2540c72..a180d6b 100644 --- a/widgets/BoxLayout.qml +++ b/widgets/BoxLayout.qml @@ -6,6 +6,7 @@ Rectangle { id: root default property alias children: layout.children + readonly property alias visibleChildren: layout.visibleChildren property bool vertical: false property bool homogenous: false -- cgit v1.2.3-freya