efm list view icons should always take up the full width of the fm widget now

SVN revision: 73484
This commit is contained in:
Mike Blumenkrantz 2012-07-09 07:28:19 +00:00
parent 0910c3af2d
commit 2e8c03cf67
1 changed files with 1 additions and 0 deletions

View File

@ -3946,6 +3946,7 @@ _e_fm2_icons_place_list(E_Fm2_Smart_Data *sd)
else if (ic->min_w > sd->max.w) sd->max.w = ic->min_w;
if ((ic->y + ic->h) > sd->max.h) sd->max.h = ic->y + ic->h;
w = MAX(w, ic->min_w);
w = MAX(w, sd->w);
i++;
}
EINA_LIST_FOREACH(sd->icons, l, ic)