Skip to content

Commit

Permalink
use fixed size to show user icon
Browse files Browse the repository at this point in the history
  • Loading branch information
yetist authored and raveit65 committed Sep 9, 2018
1 parent 81d7a31 commit be9b514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capplets/about-me/mate-about-me.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit be9b514

Please sign in to comment.