[gnome-shell] Make the gradient on the top panel the same as the "dash"
- From: William Jon McCann <mccann src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-shell] Make the gradient on the top panel the same as the "dash"
- Date: Fri, 28 Aug 2009 15:52:18 +0000 (UTC)
commit 14a7e310fc423c1927cf61e927c8fa1b90fa845b
Author: William Jon McCann <jmccann redhat com>
Date: Fri Aug 28 11:47:19 2009 -0400
Make the gradient on the top panel the same as the "dash"
The previous top color was a bit too bright.
js/ui/panel.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/panel.js b/js/ui/panel.js
index b8a3f66..e015109 100644
--- a/js/ui/panel.js
+++ b/js/ui/panel.js
@@ -23,7 +23,7 @@ const DEFAULT_PADDING = 4;
const PANEL_ICON_SIZE = 24;
const BACKGROUND_TOP = new Clutter.Color();
-BACKGROUND_TOP.from_pixel(0x414141ff);
+BACKGROUND_TOP.from_pixel(0x161616ff);
const BACKGROUND_BOTTOM = new Clutter.Color();
BACKGROUND_BOTTOM.from_pixel(0x000000ff);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]