summaryrefslogtreecommitdiff
path: root/gtk/gtkprintbackend.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/gtkprintbackend.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/gtkprintbackend.c')
-rw-r--r--gtk/gtkprintbackend.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkprintbackend.c b/gtk/gtkprintbackend.c
index e8f821ab8f..38bb769ee8 100644
--- a/gtk/gtkprintbackend.c
+++ b/gtk/gtkprintbackend.c
@@ -770,6 +770,7 @@ request_password (GtkPrintBackend *backend,
/* Left */
icon = gtk_image_new_from_icon_name ("dialog-password-symbolic");
+ gtk_image_set_icon_size (GTK_IMAGE (icon), GTK_ICON_SIZE_LARGE);
gtk_widget_set_halign (icon, GTK_ALIGN_CENTER);
gtk_widget_set_valign (icon, GTK_ALIGN_START);
g_object_set (icon, "margin", 12, NULL);