GNOME Bugzilla – Bug 725722
Grid layout actor width/height swapped
Last modified: 2014-03-11 23:35:23 UTC
Created attachment 270985 [details] Python snippet In some cases (see attachment) actors in grid layout don't get sized properly: - set_width changes actors height - set_height has no effect
Created attachment 271518 [details] [review] grid-layout: Use correct orientation when requesting preferred child size This patch should at least apply to 1.14.x - 1.18.x and fix that behaviour. Sorry for the inconvenience.
Review of attachment 271518 [details] [review]: looks okay to me.
Attachment 271518 [details] pushed as 70835c9 - grid-layout: Use correct orientation when requesting preferred child size