[Xfce4-commits] <xfce4-xkb-plugin:xfce-git-master> Use nicer looking flag dimensions in tooltips

Igor Slepchin noreply at xfce.org
Wed Mar 20 18:40:11 CET 2013


Updating branch refs/heads/xfce-git-master
         to 12bcc6ad143800e36a62ef181b297937bb0bde1e (commit)
       from f5528f22a936946e65218ddbc13c4834eb42df8d (commit)

commit 12bcc6ad143800e36a62ef181b297937bb0bde1e
Author: Igor Slepchin <igor.slepchin at gmail.com>
Date:   Wed Mar 20 12:50:25 2013 -0400

    Use nicer looking flag dimensions in tooltips

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

diff --git a/panel-plugin/xkb-config.c b/panel-plugin/xkb-config.c
index 3967131..70fc426 100644
--- a/panel-plugin/xkb-config.c
+++ b/panel-plugin/xkb-config.c
@@ -243,7 +243,7 @@ xkb_config_initialize_xkb_options (const XklConfigRec *config_rec)
         {
             GdkPixbuf *tmp = rsvg_handle_get_pixbuf (handle);
             group_data->tooltip_pixbuf =
-                gdk_pixbuf_scale_simple (tmp, 24, 24, GDK_INTERP_BILINEAR);
+                gdk_pixbuf_scale_simple (tmp, 30, 22, GDK_INTERP_BILINEAR);
             g_object_unref (tmp);
             rsvg_handle_close (handle, NULL);
             g_object_unref (handle);


More information about the Xfce4-commits mailing list