GNOME Bugzilla – Bug 589192
Incorrect rendering of Glade XML file
Last modified: 2009-07-21 02:16:45 UTC
I have returned to a production project that was built using glade-3 ( sorry I don't remember exactly which version, but I can ask a current developer to check on one of the boxes that hasn't been upgraded ). In the current version of glade ( 3.6.7 ), XML files ( which still render fine in our application ) render quite incorrectly in Glade. In particular, things that are supposed to be packed underneath the menu instead get placed to the right of it. I will attach screenshots, and the XML file ( if an 'attach' button appears after I enter this bug - can't see one at the moment ).
Created attachment 138863 [details] Screenshot of rendering issue in glade You can't see all of the window in this screenshot, but you get the idea ...
Created attachment 138864 [details] XML file is correctly rendered by application This is a screenshot of the application in action ( on the same system that created the 'incorrect' screenshot.
Created attachment 138865 [details] Glade XML file The Glade XML file in question ...
Your previous Glade file, having being created before GTK+ 2.16, was created with GtkVBoxes with an orientation of horizontal. You can work around this for now by setting the orientation to "vertical" (and it will still work fine with GtkBuilder or libglade). *** This bug has been marked as a duplicate of 587256 ***