From 05ab79d61098e294e685f042e42621899b49bc10 Mon Sep 17 00:00:00 2001 From: wukko Date: Thu, 4 Dec 2025 15:51:18 +0600 Subject: [PATCH] helium/ui/grab-handle: slightly reduce the size --- patches/helium/ui/smaller-window-grab-handle.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/helium/ui/smaller-window-grab-handle.patch b/patches/helium/ui/smaller-window-grab-handle.patch index 79412902..f43241e6 100644 --- a/patches/helium/ui/smaller-window-grab-handle.patch +++ b/patches/helium/ui/smaller-window-grab-handle.patch @@ -5,7 +5,7 @@ // TODO(tbergquist): Define this relative to the NTB insets again. if (base::CommandLine::ForCurrentProcess()->HasSwitch("remove-grab-handle")) return gfx::Size(0, 0); - return gfx::Size(42, 0); -+ return gfx::Size(29, 0); ++ return gfx::Size(27, 0); } };