summaryrefslogtreecommitdiff
path: root/widgets
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-28 19:28:30 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-28 19:28:30 +1000
commite878949858610523175e24d4795780cc0806612a (patch)
treebaf419b4ebd4e7a0ebd021e8a63f436d3b4e3b27 /widgets
parentbar: workspaces events (diff)
downloadcaelestia-shell-e878949858610523175e24d4795780cc0806612a.tar.gz
caelestia-shell-e878949858610523175e24d4795780cc0806612a.tar.bz2
caelestia-shell-e878949858610523175e24d4795780cc0806612a.zip
bar: workspaces show occupied
Diffstat (limited to 'widgets')
-rw-r--r--widgets/BoxLayout.qml1
1 files changed, 1 insertions, 0 deletions
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