This is an automated email from the git hooks/post-receive script. ochosi pushed a commit to branch master in repository xfce/xfce4-power-manager.
commit 65322296e784747f6fdebfa1a47b10c9771bc0e5 Author: Simon Steinbeiss <[email protected]> Date: Wed Aug 13 13:07:24 2014 +0200 Set the size of the brightness icon in the panel plugin menu to 32px This makes it consistent with the device icons in the same menu. --- panel-plugins/battery/battery-button.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panel-plugins/battery/battery-button.c b/panel-plugins/battery/battery-button.c index a600bc6..adddda3 100644 --- a/panel-plugins/battery/battery-button.c +++ b/panel-plugins/battery/battery-button.c @@ -939,8 +939,8 @@ battery_button_show_menu (BatteryButton *button) /* attempt to load and display the brightness icon */ pix = gtk_icon_theme_load_icon (gtk_icon_theme_get_default (), XFPM_DISPLAY_BRIGHTNESS_ICON, - button->priv->panel_icon_width, - GTK_ICON_LOOKUP_FORCE_SIZE, + 32, + GTK_ICON_LOOKUP_GENERIC_FALLBACK, NULL); if (pix) { -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
