Closed
Bug 1576388
Opened 6 years ago
Closed 6 years ago
The window buttons are slightly clipped at the bottom in "floating titlebar" windows
Categories
(Core :: Widget: Cocoa, task, P3)
Tracking
()
RESOLVED
DUPLICATE
of bug 1576391
People
(Reporter: mstange, Unassigned)
Details
Attachments
(1 file)
|
13.71 KB,
image/png
|
Details |
In windows where -[NSThemeFrame _wantsFloatingTitlebar] returns YES, our override of -[NSThemeFrame _closeButtonOrigin] to move the window buttons causes trouble: The bottom pixels of the window buttons get cut off slightly.
We probably need to find a solution to this before we can remove our override to _wantsFloatingTitlebar which returns NO.
| Reporter | ||
Comment 1•6 years ago
|
||
This is more severe when the "Drag Space" option is checked. See bug 1576399 for more screenshots.
| Reporter | ||
Comment 2•6 years ago
|
||
Folded into bug 1576391.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•