After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 745930 - buttons are not drawn correctly in dialogs (bottoms cut off)
buttons are not drawn correctly in dialogs (bottoms cut off)
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: Quartz
3.14.x
Other Mac OS
: Normal major
: ---
Assigned To: gtk-quartz maintainers
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2015-03-10 01:16 UTC by draymond
Modified: 2017-03-08 15:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
file chooser dialog with bottom of buttons cut off (44.43 KB, image/png)
2015-03-10 01:16 UTC, draymond
Details

Description draymond 2015-03-10 01:16:32 UTC
Created attachment 298937 [details]
file chooser dialog with bottom of buttons cut off

Buttons inside dialogs are not drawn correctly.  It appears the bottoms are cut off.  This happens *only* in dialogs.  I have a button in my main window that is drawn correctly.  Attached is a screenshot showing the issue while displaying the file chooser dialog.

This is observed only on OS X and not on Windows even though I am using the same exact versions of GTK+ (3.14.9) and dependencies on both.
Comment 1 draymond 2015-03-18 05:02:25 UTC
This can be fixed by adding the following line to the * {} section of gtk/resources/theme/Adwaita/gtk-contained.css:

-GtkButtonBox-child-internal-pad-y: 1;
Comment 2 draymond 2017-01-30 05:55:56 UTC
This is no longer reproducible in 3.22.7.
Comment 3 Matthias Clasen 2017-03-08 11:49:25 UTC
lets close it then ?