[Xfce4-commits] <xfce4-xkb-plugin:4.10_panel_support> Use nicer looking flag dimensions in tooltips

Igor Slepchin noreply at xfce.org
Sat Jun 8 00:58:07 CEST 2013


Updating branch refs/heads/4.10_panel_support
         to f26301839e73061b97f18830af75eefc66b25646 (commit)
       from 9995998bcf8b07e2ad5c15eb6500f40b970daed5 (commit)

commit f26301839e73061b97f18830af75eefc66b25646
Author: Igor Slepchin <igor.slepchin at gmail.com>
Date:   Fri Jun 7 18:52:14 2013 -0400

    Use nicer looking flag dimensions in tooltips
    
    (equivalent to commit 12bcc6ad143800e36a62ef181b297937bb0bde1e)

 panel-plugin/xkb-callbacks.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/panel-plugin/xkb-callbacks.c b/panel-plugin/xkb-callbacks.c
index e0c7b87..82161e9 100644
--- a/panel-plugin/xkb-callbacks.c
+++ b/panel-plugin/xkb-callbacks.c
@@ -223,7 +223,7 @@ xkb_plugin_set_tooltip (GtkWidget *widget,
     if (handle)
     {
         tmp = rsvg_handle_get_pixbuf (handle);
-        pixbuf = gdk_pixbuf_scale_simple (tmp, 24, 24, GDK_INTERP_BILINEAR);
+        pixbuf = gdk_pixbuf_scale_simple (tmp, 30, 22, GDK_INTERP_BILINEAR);
         gtk_tooltip_set_icon (tooltip, pixbuf);
 
         g_object_unref (pixbuf);


More information about the Xfce4-commits mailing list