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 350271 - patch for gweather to fix layout in vertical panel
patch for gweather to fix layout in vertical panel
Status: RESOLVED DUPLICATE of bug 325915
Product: gnome-applets
Classification: Other
Component: gweather
2.14.x
Other All
: Normal trivial
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-08-07 13:31 UTC by Joshua Crawford
Modified: 2010-01-24 01:06 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
call place_widgets() from update_finish() (1.33 KB, patch)
2006-08-07 13:35 UTC, Joshua Crawford
none Details | Review

Description Joshua Crawford 2006-08-07 13:31:34 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
Comment 1 Joshua Crawford 2006-08-07 13:35:02 UTC
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.
Comment 2 Danielle Madeley 2006-08-07 14:46:05 UTC

*** This bug has been marked as a duplicate of 325915 ***