From be9b514539e2533fad0fd01cc36e1fa52faa3c16 Mon Sep 17 00:00:00 2001 From: yetist Date: Fri, 31 Aug 2018 15:42:31 +0800 Subject: use fixed size to show user icon --- capplets/about-me/mate-about-me.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capplets/about-me/mate-about-me.c') diff --git a/capplets/about-me/mate-about-me.c b/capplets/about-me/mate-about-me.c index d6f4b0b4..6a696a0c 100644 --- a/capplets/about-me/mate-about-me.c +++ b/capplets/about-me/mate-about-me.c @@ -438,7 +438,7 @@ about_me_setup_dialog (void) dialog = gtk_builder_new (); gtk_builder_add_from_file (dialog, MATECC_UI_DIR "/mate-about-me-dialog.ui", NULL); - me->image_chooser = e_image_chooser_new (); + me->image_chooser = e_image_chooser_new_with_size (MAX_WIDTH, MAX_HEIGHT); gtk_container_add (GTK_CONTAINER (WID ("button-image")), me->image_chooser); if (dialog == NULL) { -- cgit v1.2.1