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 750424 - [regression] GtkPlug has extra space around window
[regression] GtkPlug has extra space around window
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
3.17.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2015-06-04 21:02 UTC by Alberts Muktupāvels
Modified: 2015-06-05 03:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot with problem (14.33 KB, image/png)
2015-06-04 21:02 UTC, Alberts Muktupāvels
  Details
gtkplug: set decorated to FLASE by default (857 bytes, patch)
2015-06-04 21:04 UTC, Alberts Muktupāvels
committed Details | Review

Description Alberts Muktupāvels 2015-06-04 21:02:09 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.
Comment 1 Alberts Muktupāvels 2015-06-04 21:04:08 UTC
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.