GNOME Bugzilla – Bug 345360
strange resize behaviour
Last modified: 2006-06-19 23:15:34 UTC
The layout looks very strange when the window is enlarged. The fix is trivial: in blog_poster.py:175 - box.pack_start(titleBox,expand=False) + box.pack_start(titleBox) box.pack_start(scroller) - box.pack_start(buttonBox,expand=False) + box.pack_start(buttonBox)
Looks fine to me, your change makes it look terrible. Can you post a screenshot + advise gnome-blog + gtk+ version?
Created attachment 67657 [details] Without the patch - button bar + title expand
Created attachment 67658 [details] With patch - No strange resizing
Doh, the patch I posted is reversed. This has been fixed ages ago http://bugzilla.gnome.org/show_bug.cgi?id=133267 Ubuntu must ship a really old version. *** This bug has been marked as a duplicate of 133267 ***
No, Seth never released a new version :-( (I did ask once, perhaps should ping a few times)