From 1de2564ea0ecdb3e7f981441cc9860f0fa3ec3d8 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 21 Jul 2014 16:17:43 +0200 Subject: Calendar View: Use smaller icons in the Search bar The icons at the search bar, to search forward, backward and stop searching were too large, which didn't look good. This makes them smaller, though even here can be seen a little gap around the images in the buttons which might not be there ideally. --- modules/calendar/e-cal-shell-view.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- cgit v1.2.3