enums: Change GtkIconSize values

The new values are the ones we intend to keep. The old ones had
duplicated meanings and nobody knew which one to take.
This commit is contained in:
Matthias Clasen
2017-11-14 21:14:47 -05:00
parent e5da85631a
commit 2301d8d90b
47 changed files with 72 additions and 197 deletions

View File

@@ -170,6 +170,7 @@ populate_flowbox_images (GtkFlowBox *flowbox)
gtk_widget_set_hexpand (widget, TRUE);
image = gtk_image_new_from_icon_name ("face-wink");
gtk_image_set_icon_size (GTK_IMAGE (image), GTK_ICON_SIZE_LARGE);
gtk_widget_set_hexpand (image, TRUE);
gtk_image_set_pixel_size (GTK_IMAGE (image), 256);