Skip to content

Commit c5ac533

Browse files
committed
helium/ui/cat: reduce horizontal toolbar margin
1 parent 308b968 commit c5ac533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/helium/ui/experiments/compact-action-toolbar.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@
302302
const int horiz = vert * 2;
303303
+
304304
+ if (features::IsHeliumCatEnabled()) {
305-
+ return gfx::Insets::VH(vert, horiz + vert);
305+
+ return gfx::Insets::VH(vert, horiz);
306306
+ }
307307
+
308308
return touch_ui ? gfx::Insets() :

0 commit comments

Comments
 (0)