GNOME Bugzilla – Bug 672956
[patch] wrong use of shadow-type = in for some viewports
Last modified: 2012-04-30 12:49:43 UTC
Until now, Adwaita didn't render borders for certain types of widgets (e.g. GtkViewports and GtkFrames), despite their shadow-type setting. This is going to change with Adwaita 3.5 - git master already renders frames for these two widgets. Doing that highlighted some bugs in the way we set shadow-type for certain widgets in the control center, see attached patches.
Created attachment 210734 [details] [review] shell: don't set a shadow type on the GtkViewport
Created attachment 210735 [details] [review] bluetooth: don't set a shadow type on the viewport
Can we get these in for 3.5.1?
Review of attachment 210734 [details] [review]: Looks good
Review of attachment 210735 [details] [review]: Looks good too
Attachment 210734 [details] pushed as 5edec81 - shell: don't set a shadow type on the GtkViewport Attachment 210735 [details] pushed as 656862e - bluetooth: don't set a shadow type on the viewport