app: use GTK_ICON_SIZE_MENU for GimpColorEditor's page switching icons

This commit is contained in:
Michael Natterer 2018-05-10 17:55:49 +02:00
parent bdbec7941c
commit 389e86fff8
1 changed files with 1 additions and 3 deletions

View File

@ -218,10 +218,8 @@ gimp_color_editor_init (GimpColorEditor *editor)
gtk_box_pack_start (GTK_BOX (editor->hbox), button, TRUE, TRUE, 0);
gtk_widget_show (button);
g_printerr ("ICON NAME: %s\n", selector_class->icon_name);
image = gtk_image_new_from_icon_name (selector_class->icon_name,
GTK_ICON_SIZE_BUTTON);
GTK_ICON_SIZE_MENU);
gtk_container_add (GTK_CONTAINER (button), image);
gtk_widget_show (image);