[Xfce4-commits] [xfce/xfce4-panel] 01/01: windowmenu: Make sure the desktop icon has the right size

noreply at xfce.org noreply at xfce.org
Sat Mar 18 13:07:36 CET 2017


This is an automated email from the git hooks/post-receive script.

ochosi pushed a commit to branch master
in repository xfce/xfce4-panel.

commit ee94cb09e27462332f33a5bd9295e32c537daa6a
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Sat Mar 18 13:07:09 2017 +0100

    windowmenu: Make sure the desktop icon has the right size
---
 plugins/windowmenu/windowmenu.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plugins/windowmenu/windowmenu.c b/plugins/windowmenu/windowmenu.c
index 5fa6864..17db16f 100644
--- a/plugins/windowmenu/windowmenu.c
+++ b/plugins/windowmenu/windowmenu.c
@@ -668,6 +668,7 @@ window_menu_plugin_active_window_changed (WnckScreen       *screen,
 
           /* desktop is shown right now */
           gtk_image_set_from_icon_name (icon, "user-desktop", icon_size);
+          gtk_image_set_pixel_size (icon, icon_size);
           gtk_widget_set_tooltip_text (GTK_WIDGET (icon), _("Desktop"));
         }
     }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list