helium/ui/grab-handle: slightly reduce the size

This commit is contained in:
wukko
2025-12-04 15:51:18 +06:00
parent e67c0db58f
commit 05ab79d610

View File

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