GNOME Bugzilla – Bug 745930
buttons are not drawn correctly in dialogs (bottoms cut off)
Last modified: 2017-03-08 15:59:05 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.
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;
This is no longer reproducible in 3.22.7.
lets close it then ?