From f435afdb47006f9ff2d29074dd1daeb63fc66ca3 Mon Sep 17 00:00:00 2001 From: titan Date: Tue, 13 Mar 2007 00:52:16 +0000 Subject: [PATCH] Make thumbnails larger. SVN revision: 28676 --- src/bin/ephoto_list_view.c | 2 +- src/bin/ephoto_main.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/ephoto_list_view.c b/src/bin/ephoto_list_view.c index d16e5a3..ce39c39 100644 --- a/src/bin/ephoto_list_view.c +++ b/src/bin/ephoto_list_view.c @@ -97,7 +97,7 @@ static void list_view_assign(Ewl_Widget *w, void *data) image_pixels_int_get(image, &width, &height); img = add_image(w, image, 1, NULL, NULL); - ewl_image_constrain_set(EWL_IMAGE(img), 48); + ewl_image_constrain_set(EWL_IMAGE(img), 64); ewl_widget_name_set(w, image); size = ecore_file_size(image); diff --git a/src/bin/ephoto_main.c b/src/bin/ephoto_main.c index 2bd1e6b..2519477 100644 --- a/src/bin/ephoto_main.c +++ b/src/bin/ephoto_main.c @@ -204,6 +204,7 @@ static void populate(Ewl_Widget *w, void *event, void *data) imagef = ecore_dlist_current(em->images); thumb = add_image(em->fbox, imagef, 1, set_info, NULL); + ewl_image_constrain_set(EWL_IMAGE(thumb), 64); ewl_object_alignment_set(EWL_OBJECT(thumb), EWL_FLAG_ALIGN_CENTER); ewl_widget_name_set(thumb, imagef);