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 331888 - Panel icon is too large, doesn't respect background colour
Panel icon is too large, doesn't respect background colour
Status: RESOLVED FIXED
Product: fast-user-switch-applet
Classification: Deprecated
Component: Applet
2.13.x
Other Linux
: Normal normal
: ---
Assigned To: Fast User Switch Applet Maintainer
Fast User Switch Applet Maintainer
Depends on:
Blocks:
 
 
Reported: 2006-02-20 12:19 UTC by Ross Burton
Modified: 2006-03-06 03:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot (6.55 KB, image/png)
2006-02-20 12:22 UTC, Ross Burton
Details

Description Ross Burton 2006-02-20 12:19:49 UTC
My panel is 24 pixels high but the fusa icon is slightly too large, and doesn't seem to respect the background colour of the panel.

I'll attach a screenshot.
Comment 1 Ross Burton 2006-02-20 12:22:30 UTC
Created attachment 59766 [details]
Screenshot

Notice:

1) the background colour of the FUSA icon is slightly different
2) there is a small 1px border at the bottom
3) the icon is clipped at the top

This is with 2.13.91 in Ubuntu Dapper.
Comment 2 Teppo Turtiainen 2006-02-26 13:07:02 UTC
Confirming. There is also 5px of padding on both sides of the icon, which wastes precious panel space and makes fast-user-switch-applet look different compared to other applets.
Comment 3 James Cape 2006-02-28 02:18:34 UTC
This'll have to wait for RC3, obviously :-).
Comment 4 James Cape 2006-03-04 20:36:53 UTC
The background color/bottom border is a bug in the clearlooks engine: #333398

The spacing is 3px, and is removed in my local copy -- I'm trying to wrangle testers with a variety of GDM versions to see if some changes I made to that work before going for commit approval.
Comment 5 James Cape 2006-03-06 03:02:42 UTC
Mostly fixed in CVS HEAD, with huge panels and icon-mode there's some cutoff but it Works For Me(tm) in smaller panels.

The problem with icon sizing is GTK+'s handling of "Fixed"-type icon-theme directory, and gnome-icon-theme's recent change to Fixed from Threshold.

There's a similar problem with the FileChooser in non-gnome-vfs mode: #310653