GNOME Bugzilla – Bug 762123
Frame Layouting issue in Quadrapassel
Last modified: 2016-02-28 16:04:58 UTC
Created attachment 321343 [details] After We have a layouting issue in Quadrapassel. On the right side of the application there is a preview area showing the next piece for the game. This is a clutter context within an AspectFrame. This always looked nice (before) But since https://git.gnome.org/browse/gtk+/commit/?id=2cf810c4c9169519768cea96696dd89116c34cb1 there is a spacing between the frame and its contents I can't get rid of (after).
Created attachment 321344 [details] before
Created attachment 322463 [details] [review] frame: Don't move border gadget and child down Setting label-yalign should affect the border gadget, but we need to compensate for its position by moving the child down or up, depending on the border gadget's position, so the child never moves.
Review of attachment 322463 [details] [review]: Oops. Indeed. And we even ship a testframe that makes it 100% obvious