Comment 0 for bug 1782038

Revision history for this message
Thomas Anderson (thomas.anderson) wrote : [Patch included] Window buttons are small in a maximized Chromium window

Repro:
1. Use the Ambiance or Radiance themes.
2. Launch a Chromium window.
3. Maximize.

The window close, minimize, and restore buttons should be normal-sized, but instead appear small.

This is because the buttons have a padding of 9px on the top and bottom, causing Chromium to think they're taller than they really are, so it downsizes them to fit the smaller headerbar on the maximized window.

The attached patch removes the padding. There are no changes in behavior in apps other than Chromium.