[gnome-shell] overview: Use a symbolic icon for notifications
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] overview: Use a symbolic icon for notifications
- Date: Tue, 30 Nov 2010 16:27:29 +0000 (UTC)
commit 42366e4be46bcd9c7ff084a745ef9b2212bebbd2
Author: Dan Winship <danw gnome org>
Date: Tue Nov 30 10:31:36 2010 -0500
overview: Use a symbolic icon for notifications
Notifications from the system should use symbolic icons.
Also fix up the summary area CSS so the icon gets the right colors.
https://bugzilla.gnome.org/show_bug.cgi?id=636137
data/theme/gnome-shell.css | 2 +-
js/ui/overview.js | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 77ee7f8..13317aa 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -935,6 +935,7 @@ StTooltip StLabel {
}
.summary-source {
+ color: white;
}
.summary-source-button {
@@ -949,7 +950,6 @@ StTooltip StLabel {
.source-title {
font: 12px sans-serif;
font-weight: bold;
- color: white;
padding-left: 4px;
}
diff --git a/js/ui/overview.js b/js/ui/overview.js
index 7bdb8e6..5599cd7 100644
--- a/js/ui/overview.js
+++ b/js/ui/overview.js
@@ -44,8 +44,8 @@ Source.prototype = {
},
createNotificationIcon: function() {
- return new St.Icon({ icon_name: 'info',
- icon_type: St.IconType.FULLCOLOR,
+ return new St.Icon({ icon_name: 'dialog-information',
+ icon_type: St.IconType.SYMBOLIC,
icon_size: this.ICON_SIZE });
},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]