GNOME Bugzilla – Bug 350271
patch for gweather to fix layout in vertical panel
Last modified: 2010-01-24 01:06:02 UTC
Please describe the problem: When first started, the weather icon is displayed beside the text despite the width of the panel. Resizing the panel or moving the applet to another panel and back again corrects this (when the applet is redrawn). Steps to reproduce: 1. Start gweather in a vertical panel 2. 3. Actual results: The weather icon is displayed to the left of the temperature text, and both the text and the icon are clipped by the panel's edges. Expected results: The icon should be above the text. Does this happen every time? Yes Other information: This is bug http://bugzilla.gnome.org/show_bug.cgi?id=325915
Created attachment 70386 [details] [review] call place_widgets() from update_finish() Call place_widgets() from update_finish() so that the applet is layed out correctly when started in a vertical panel.
*** This bug has been marked as a duplicate of 325915 ***