From 6a66214b8f4ff94566ced5b535ced0d63cd6c650 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 13 Jan 2025 17:38:04 +1100 Subject: less border Less border for notification popups and menu --- utils/widgets.tsx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'utils') diff --git a/utils/widgets.tsx b/utils/widgets.tsx index 2078aad..7c40184 100644 --- a/utils/widgets.tsx +++ b/utils/widgets.tsx @@ -43,3 +43,6 @@ export const setupCustomTooltip = (self: any, text: string | Binding) => return window; }; + +export const setupChildClickthrough = (self: any) => + self.connect("size-allocate", () => self.get_window()?.set_child_input_shapes()); -- cgit v1.2.3-freya