[gnome-music/gnome-3-14] Make default icons grey as on mockups
- From: Vadim Rutkovsky <vrutkovsky src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/gnome-3-14] Make default icons grey as on mockups
- Date: Tue, 18 Nov 2014 17:28:48 +0000 (UTC)
commit 59328ff3b66daf74839ffad25792e06138052817
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date: Tue Nov 18 18:27:23 2014 +0100
Make default icons grey as on mockups
https://bugzilla.gnome.org/show_bug.cgi?id=740330
gnomemusic/albumArtCache.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomemusic/albumArtCache.py b/gnomemusic/albumArtCache.py
index ce9f406..1c3fd09 100644
--- a/gnomemusic/albumArtCache.py
+++ b/gnomemusic/albumArtCache.py
@@ -139,7 +139,7 @@ class AlbumArtCache:
icon.get_width() * 3 / 2,
icon.get_height() * 3 / 2,
1, 1,
- GdkPixbuf.InterpType.NEAREST, 0xff)
+ GdkPixbuf.InterpType.NEAREST, 0x33)
return _make_icon_frame(result)
@log
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]