diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-28 18:31:00 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-28 18:31:00 +1000 |
| commit | 41600c94ddee0dd883e108c74a5e4db2c743a5aa (patch) | |
| tree | a58090e08bdeb9d5e9f39dd2e9177321c569030f /widgets/BoxLayout.qml | |
| parent | bar: workspaces better anim (diff) | |
| download | caelestia-shell-41600c94ddee0dd883e108c74a5e4db2c743a5aa.tar.gz caelestia-shell-41600c94ddee0dd883e108c74a5e4db2c743a5aa.tar.bz2 caelestia-shell-41600c94ddee0dd883e108c74a5e4db2c743a5aa.zip | |
bar: workspaces events
Diffstat (limited to 'widgets/BoxLayout.qml')
| -rw-r--r-- | widgets/BoxLayout.qml | 4 |
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 |