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); } };