summaryrefslogtreecommitdiff
path: root/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'widgets')
-rw-r--r--widgets/BoxLayout.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/widgets/BoxLayout.qml b/widgets/BoxLayout.qml
index da68409..2540c72 100644
--- a/widgets/BoxLayout.qml
+++ b/widgets/BoxLayout.qml
@@ -47,6 +47,10 @@ Rectangle {
return pad;
}
+ function childAt(x: real, y: real): Item {
+ return layout.childAt(x, y);
+ }
+
color: "transparent"
implicitWidth: layout.implicitWidth + paddingX