Window buttons are small in a maximized Chromium window
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-themes (Ubuntu) |
Fix Released
|
Medium
|
Marco Trevisan (Treviño) | ||
Bionic |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
[ Impact ]
In maximized google-chrome / chromium window buttons for close, minimize, and restore buttons should be normal-sized, but instead appear small.
[ Test case ]
1. Use the Ambiance or Radiance themes.
2. Launch a Chromium or Google Chrome window.
3. Ensure that in chrome settings, the "Use system borders" option is unchecked
4. Maximize.
5. Window buttons should have normal size.
[ Regression potential ]
Other windows buttons could loose the padding used for being closed.
---
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.
Related branches
- Andrea Azzarone (community): Approve
-
Diff: 368 lines (+154/-16)9 files modifiedAmbiance/gtk-3.20/apps/chromium.css (+4/-0)
Ambiance/gtk-3.20/apps/gnome-boxes.css (+10/-1)
Ambiance/gtk-3.20/gtk-main.css (+1/-0)
Ambiance/gtk-3.20/gtk-widgets.css (+49/-6)
Radiance/gtk-3.20/apps/chromium.css (+4/-0)
Radiance/gtk-3.20/apps/gnome-boxes.css (+10/-1)
Radiance/gtk-3.20/gtk-main.css (+1/-0)
Radiance/gtk-3.20/gtk-widgets.css (+51/-8)
debian/changelog (+24/-0)
- Ubuntu Artwork Packagers: Pending requested
-
Diff: 372 lines (+152/-17)9 files modifiedAmbiance/gtk-3.20/apps/chromium.css (+4/-0)
Ambiance/gtk-3.20/apps/gnome-boxes.css (+10/-1)
Ambiance/gtk-3.20/gtk-main.css (+1/-0)
Ambiance/gtk-3.20/gtk-widgets.css (+49/-6)
Radiance/gtk-3.20/apps/chromium.css (+4/-0)
Radiance/gtk-3.20/apps/gnome-boxes.css (+10/-1)
Radiance/gtk-3.20/gtk-main.css (+1/-1)
Radiance/gtk-3.20/gtk-widgets.css (+51/-8)
debian/changelog (+22/-0)
tags: | added: patch |
no longer affects: | ubuntu-themes |
Changed in ubuntu-themes (Ubuntu): | |
status: | Confirmed → In Progress |
importance: | Undecided → Medium |
assignee: | nobody → Marco Trevisan (Treviño) (3v1n0) |
description: | updated |
Status changed to 'Confirmed' because the bug affects multiple users.