From 41600c94ddee0dd883e108c74a5e4db2c743a5aa Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 28 Apr 2025 18:31:00 +1000 Subject: bar: workspaces events --- widgets/BoxLayout.qml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'widgets') 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 -- cgit v1.2.3-freya