[gnome-photos] utils: Use "photos-icon-bg" instead of "documents-icon-bg" for emblems
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] utils: Use "photos-icon-bg" instead of "documents-icon-bg" for emblems
- Date: Wed, 10 Apr 2013 13:51:37 +0000 (UTC)
commit adbe117103d4e8ee08a208c313e706a0d87689bc
Author: Debarshi Ray <debarshir gnome org>
Date: Wed Apr 10 14:44:15 2013 +0200
utils: Use "photos-icon-bg" instead of "documents-icon-bg" for emblems
A dark grey icon over a blue background looks ugly in the dark theme.
Instead we want plain white icons with a icon-shadow.
src/photos-utils.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/photos-utils.c b/src/photos-utils.c
index bae94e8..50f55d6 100644
--- a/src/photos-utils.c
+++ b/src/photos-utils.c
@@ -181,7 +181,7 @@ photos_utils_create_symbolic_icon (const gchar *name, gint base_size)
gtk_style_context_set_path (style, path);
gtk_widget_path_unref (path);
- gtk_style_context_add_class (style, "documents-icon-bg");
+ gtk_style_context_add_class (style, "photos-icon-bg");
gtk_render_background (style, cr, total_size - bg_size, total_size - bg_size, bg_size, bg_size);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]