[gnome-control-center] Increase icon size to 48px
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] Increase icon size to 48px
- Date: Tue, 8 May 2012 16:10:02 +0000 (UTC)
commit 599f19a595331db6a79d964f71168a3249cb9493
Author: Jon McCann <jmccann redhat com>
Date: Tue Apr 10 16:42:09 2012 -0400
Increase icon size to 48px
https://bugzilla.gnome.org/show_bug.cgi?id=673869
shell/cc-shell-model.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shell/cc-shell-model.c b/shell/cc-shell-model.c
index a93c7b6..fce7fee 100644
--- a/shell/cc-shell-model.c
+++ b/shell/cc-shell-model.c
@@ -43,7 +43,7 @@ load_pixbuf_for_gicon (GIcon *icon)
theme = gtk_icon_theme_get_default ();
icon_info = gtk_icon_theme_lookup_by_gicon (theme, icon,
- 32, GTK_ICON_LOOKUP_FORCE_SIZE);
+ 48, GTK_ICON_LOOKUP_FORCE_SIZE);
if (icon_info)
{
pixbuf = gtk_icon_info_load_icon (icon_info, &err);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]