summaryrefslogtreecommitdiff
path: root/gtk/gtkprintunixdialog.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-11-14 21:14:47 -0500
committerMatthias Clasen <mclasen@redhat.com>2017-11-15 14:22:17 -0500
commit2301d8d90bda35c2e1d6e461cd3c815a4e6bd3e6 (patch)
tree42fa4313f2378d4449b592c8fc28a7b0c98f362d /gtk/gtkprintunixdialog.c
parente5da85631a1dc9bb8fcd8fef87947cd26709c6e5 (diff)
downloadgtk+-2301d8d90bda35c2e1d6e461cd3c815a4e6bd3e6.tar.gz
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.
Diffstat (limited to 'gtk/gtkprintunixdialog.c')
-rw-r--r--gtk/gtkprintunixdialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkprintunixdialog.c b/gtk/gtkprintunixdialog.c
index 4480005ab2..5b31d59d85 100644
--- a/gtk/gtkprintunixdialog.c
+++ b/gtk/gtkprintunixdialog.c
@@ -2312,7 +2312,7 @@ gtk_print_unix_dialog_style_updated (GtkWidget *widget)
GTK_WIDGET_CLASS (gtk_print_unix_dialog_parent_class)->style_updated (widget);
- gtk_icon_size_lookup (GTK_ICON_SIZE_DIALOG, &size, NULL);
+ gtk_icon_size_lookup (GTK_ICON_SIZE_LARGE, &size, NULL);
scale = size / 48.0;
gtk_drawing_area_set_content_width (GTK_DRAWING_AREA (priv->collate_image), (50 + 20) * scale);