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 120823 - temperature indicator moves under clouds icon and is not visible
temperature indicator moves under clouds icon and is not visible
Status: RESOLVED DUPLICATE of bug 135205
Product: gnome-applets
Classification: Other
Component: gweather
unspecified
Other other
: Normal normal
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
: 123795 126791 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2003-08-27 09:45 UTC by Marcin Antczak
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
A patch that makes things a bit better (473 bytes, patch)
2004-01-07 18:55 UTC, j.gnome
none Details | Review
An even better patch. (473 bytes, patch)
2004-01-07 18:58 UTC, j.gnome
none Details | Review

Description Marcin Antczak 2003-08-27 09:38:51 UTC
Package: gnome-applets
Severity: major
Version: 2.3.6.2
Synopsis: temperature indicator moves under clouds icon and is not visible
Bugzilla-Product: gnome-applets
Bugzilla-Component: gweather

Description:
Description of Problem:

When I have panel with size of 24 pix then weather applet has this
look:

[clouds][temperature]

But when I change panel property - size to something more ie. 25...26
pix then applet looks like this:
[clouds]
[temperature]

and temperature is then partially visible.

I think that this should be customizable - I mean g weather applet
layout.
User should have ability to decide if he likes:

[clouds][temperature]

[clouds] (only)

or

[clouds]
[temperature] (when there is space on panel for this)

Steps to reproduce the problem:
1. place applet on panel 24pix size
2. resize panel height to for example 25 pix...
3. see layout changes

Actual Results:
layout changes

Expected Results:
should be user defined and/or connected to panel settings

How often does this happen?
always

Additional Information:




------- Bug moved to this database by unknown@bugzilla.gnome.org 2003-08-27 05:38 -------

Reassigning to the default owner of the component, gnome-applets-maint@bugzilla.gnome.org.

Comment 1 Kjartan Maraas 2003-10-26 15:07:46 UTC
Confirming this with 2.4.x. There's an area between 24 and 33 pixels
that make the applet misbehave. I guess it should change layout at 33
pixels instead of 25.
Comment 2 Kjartan Maraas 2003-10-26 15:42:12 UTC
*** Bug 123795 has been marked as a duplicate of this bug. ***
Comment 3 John Fleck 2003-11-15 22:40:07 UTC
*** Bug 126791 has been marked as a duplicate of this bug. ***
Comment 4 j.gnome 2004-01-07 18:55:11 UTC
Created attachment 23078 [details] [review]
A patch that makes things a bit better
Comment 5 j.gnome 2004-01-07 18:58:26 UTC
Created attachment 23079 [details] [review]
An even better patch.
Comment 6 j.gnome 2004-01-07 19:10:45 UTC
Please ignore the first patch. :)

I changed 25 to 37. I picked 37 because 36 or smaller didn't seem to
change the situation. Don't ask me why. 37 is a good value though
because my biggish (Arial 12) fonts now fit under the icon.

This is not an elegant fix but the situation is better with my patch
than without it: now I can at least read the temperature when using a
small panel.
Comment 7 j.gnome 2004-01-21 16:47:37 UTC
Who could review and possibly check in this trivial one-liner UI PATCH?
Comment 8 Gareth Owen 2004-04-22 20:42:20 UTC
Isn't this a duplicate of bug 135205 ?  I'd mark this as a duplicate but I don't
have the correct permission.
Comment 9 Kevin Vandersloot 2004-04-23 12:33:17 UTC
Yah, duplicate. The other bug has more correct fixes. We don't want to hardcode
the sizes. We should check for the font size as well as the image size before
determining the layout

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