diff --git a/src/ephy-header-bar.c b/src/ephy-header-bar.c index 00cb6f038..202962795 100644 --- a/src/ephy-header-bar.c +++ b/src/ephy-header-bar.c @@ -750,7 +750,7 @@ ephy_header_bar_constructed (GObject *object) button = gtk_menu_button_new (); header_bar->page_menu_button = button; gtk_button_set_image (GTK_BUTTON (button), - gtk_image_new_from_icon_name ("open-menu-symbolic", GTK_ICON_SIZE_BUTTON)); + gtk_image_new_from_icon_name ("open-menu", GTK_ICON_SIZE_LARGE_TOOLBAR)); gtk_widget_set_valign (button, GTK_ALIGN_CENTER); g_type_ensure (G_TYPE_THEMED_ICON); /* FIXME: This is horrible, but it doesn't seem possible to hide a single menu item of an existing menu. --- a/src/ephy-action-bar-start.c 2019-05-29 03:01:42.582080213 +0900 +++ b/src/ephy-action-bar-start.c 2019-05-29 03:53:11.623159543 +0900 @@ -576,14 +576,14 @@ if (loading) { gtk_image_set_from_icon_name (GTK_IMAGE (action_bar_start->combined_stop_reload_image), "process-stop-symbolic", - GTK_ICON_SIZE_BUTTON); + GTK_ICON_SIZE_LARGE_TOOLBAR); /* Translators: tooltip for the stop button */ gtk_widget_set_tooltip_text (action_bar_start->combined_stop_reload_button, _("Stop loading the current page")); } else { gtk_image_set_from_icon_name (GTK_IMAGE (action_bar_start->combined_stop_reload_image), "view-refresh-symbolic", - GTK_ICON_SIZE_BUTTON); + GTK_ICON_SIZE_LARGE_TOOLBAR); gtk_widget_set_tooltip_text (action_bar_start->combined_stop_reload_button, _(REFRESH_BUTTON_TOOLTIP)); } --- a/src/resources/gtk/action-bar-end.ui 2019-05-29 03:01:42.504080211 +0900 +++ b/src/resources/gtk/action-bar-end.ui 2019-05-29 04:06:05.002179404 +0900 @@ -15,7 +15,7 @@ True - ephy-bookmarks-symbolic + user-bookmarks 1