[gnac] Smaller tooltip images
- From: BenoÃt Dupasquier <bdupasqu src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gnac] Smaller tooltip images
- Date: Mon, 13 Feb 2012 22:49:54 +0000 (UTC)
commit fa2faa5b473f66fefdaf9042a20f463284df6da4
Author: BenoÃt Dupasquier <bdupasqu src gnome org>
Date:   Mon Feb 13 22:49:43 2012 +0000
    Smaller tooltip images
 src/gnac-ui.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnac-ui.c b/src/gnac-ui.c
index e7020e2..dee92d9 100644
--- a/src/gnac-ui.c
+++ b/src/gnac-ui.c
@@ -1193,7 +1193,7 @@ gnac_ui_query_tooltip_cb(GtkStatusIcon *status_icon,
   /* check wether we have a cover to display */
   if (libgnac_metadata_tag_exists(tags, GST_TAG_IMAGE)) {
     GdkPixbuf *pixbuf = g_value_get_object(LIBGNAC_METADATA_TAG_IMAGE(tags));
-    pixbuf = gnac_ui_utils_scale_pixbuf(pixbuf, 80, 80);
+    pixbuf = gnac_ui_utils_scale_pixbuf(pixbuf, 64, 64);
     pixbuf = gnac_ui_utils_add_border_to_pixbuf(pixbuf);
     gtk_tooltip_set_icon(tooltip, pixbuf);
     g_object_unref(pixbuf);
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]