summaryrefslogtreecommitdiff
path: root/widgets/BoxLayout.qml
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/BoxLayout.qml')
-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