GNOME Bugzilla – Bug 750424
[regression] GtkPlug has extra space around window
Last modified: 2015-06-05 03:42:51 UTC
Created attachment 304616 [details] Screenshot with problem After this c5e5ee67490e7e7af56052d8f8beb75db002c2f1 commit there is extra space around window. It looks like it is shadow / resize are space that is used for csd windows. In attached screenshot space around eyes is not usable. I had to change panel size to make eyes visible. Similar problem is with GtkStatusIcon.
Created attachment 304617 [details] [review] gtkplug: set decorated to FLASE by default The change in c5e5ee67490e7e7af56052d8f8beb75db002c2f1 introduced a regression - all GtkPlug windows has unexpected extra space. Fix this by setting decorated to FALSE for GtkPlug window.