From 98ebb2936a428213d2d42b37110d35a0f017a503 Mon Sep 17 00:00:00 2001 From: codewarrior Date: Tue, 1 Nov 2005 22:08:07 +0000 Subject: [PATCH] -add more spacing to icons SVN revision: 18194 --- src/bin/e_fileman_smart.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/e_fileman_smart.c b/src/bin/e_fileman_smart.c index ec6e11524..3aa4b5424 100644 --- a/src/bin/e_fileman_smart.c +++ b/src/bin/e_fileman_smart.c @@ -513,8 +513,8 @@ _e_fm_smart_add(Evas_Object *object) sd->icon_info.w = 48; sd->icon_info.h = 48; - sd->icon_info.x_space = 15; - sd->icon_info.y_space = 15; + sd->icon_info.x_space = 25; + sd->icon_info.y_space = 25; sd->evas = evas_object_evas_get(object); sd->frozen = 0;