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 345360 - strange resize behaviour
strange resize behaviour
Status: RESOLVED DUPLICATE of bug 133267
Product: gnome-blog
Classification: Other
Component: Blog Applet
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME blog maintainers
GNOME blog maintainers
Depends on:
Blocks:
 
 
Reported: 2006-06-19 21:56 UTC by Stephen Kennedy
Modified: 2006-06-19 23:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Without the patch - button bar + title expand (517.56 KB, image/png)
2006-06-19 22:38 UTC, Stephen Kennedy
Details
With patch - No strange resizing (604.62 KB, image/png)
2006-06-19 22:39 UTC, Stephen Kennedy
Details

Description Stephen Kennedy 2006-06-19 21:56:55 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)
Comment 1 Olav Vitters 2006-06-19 22:07:13 UTC
Looks fine to me, your change makes it look terrible. Can you post a screenshot + advise gnome-blog + gtk+ version?
Comment 2 Stephen Kennedy 2006-06-19 22:38:53 UTC
Created attachment 67657 [details]
Without the patch - button bar + title expand
Comment 3 Stephen Kennedy 2006-06-19 22:39:54 UTC
Created attachment 67658 [details]
With patch - No strange resizing
Comment 4 Stephen Kennedy 2006-06-19 22:44:54 UTC
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 ***
Comment 5 Olav Vitters 2006-06-19 23:15:34 UTC
No, Seth never released a new version :-(

(I did ask once, perhaps should ping a few times)