aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/calendar/e-cal-shell-view.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/calendar/e-cal-shell-view.c b/modules/calendar/e-cal-shell-view.c
index 41d6d54a43..9bdcfea399 100644
--- a/modules/calendar/e-cal-shell-view.c
+++ b/modules/calendar/e-cal-shell-view.c
@@ -38,7 +38,8 @@ cal_shell_view_add_action_button (GtkBox *box,
GtkWidget *button, *icon;
button = gtk_button_new ();
- icon = gtk_action_create_icon (action, GTK_ICON_SIZE_BUTTON);
+ icon = gtk_action_create_icon (action, GTK_ICON_SIZE_MENU);
+ gtk_image_set_pixel_size (GTK_IMAGE (icon), 16);
gtk_button_set_image (GTK_BUTTON (button), icon);
gtk_box_pack_start (box, button, FALSE, FALSE, 0);
gtk_widget_show (button);