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 614243 - Background gradient improperly oriented on vertical panels, not stretched to fit larger horizontal panels
Background gradient improperly oriented on vertical panels, not stretched to ...
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: panel
2.29.x
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-29 11:46 UTC by Angel Abad
Modified: 2014-11-24 03:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot (11.83 KB, image/png)
2010-03-29 11:46 UTC, Angel Abad
Details

Description Angel Abad 2010-03-29 11:46:42 UTC
Created attachment 157377 [details]
Screenshot

In Ubuntu Lucid LarryGrover reported:

Vertical panels that use the theme background (ambiance or radiance) look weird: the gradient is oriented vertically (appropriate for a horizontal panel), but it should reorient horizontally when the panel is vertical. I will attach a sreenshot showing this.

Launchpad ref: https://bugs.edge.launchpad.net/ubuntu/+source/gnome-panel/+bug/534582

Thanks!
Comment 1 Alberts Muktupāvels 2014-11-24 03:59:00 UTC
1. Stretching problem is fixed for newer gnome-panel versions. At least I don't experience this problem.

2. Gradient orientation is not a bug. It is theme problem in GNOME Panel 3.x versions.

PanelToplevel.horizontal PanelWidget {
// style for horizontal panel
}

PanelToplevel.vertical PanelWidget {
// style for vertical panel
}