summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryetist <[email protected]>2018-08-31 15:42:31 +0800
committerraveit65 <[email protected]>2018-09-09 19:34:07 +0200
commitbe9b514539e2533fad0fd01cc36e1fa52faa3c16 (patch)
tree102a701967f6040f85a6f0c41eaa39c8dd9f60dd
parent81d7a317aa4b6bb9bbd9ea4f81d128f29d3c73f4 (diff)
downloadmate-control-center-be9b514539e2533fad0fd01cc36e1fa52faa3c16.tar.bz2
mate-control-center-be9b514539e2533fad0fd01cc36e1fa52faa3c16.tar.xz
use fixed size to show user icon
-rw-r--r--capplets/about-me/mate-about-me.c2
1 files changed, 1 insertions, 1 deletions
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) {