Make thumbnails larger.

SVN revision: 28676
This commit is contained in:
titan 2007-03-13 00:52:16 +00:00 committed by titan
parent ee9c58e627
commit f435afdb47
2 changed files with 2 additions and 1 deletions

View File

@ -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);

View File

@ -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);