man that has annoyed me for AGES.. that uselss space at the bottom of

efm views! argh! fix! disable it!



SVN revision: 65594
This commit is contained in:
Carsten Haitzler 2011-11-25 08:07:12 +00:00
parent 1175a7b529
commit f32a029890
1 changed files with 5 additions and 5 deletions

View File

@ -4122,29 +4122,29 @@ _e_fm2_icons_place(Evas_Object *obj)
{
case E_FM2_VIEW_MODE_ICONS:
_e_fm2_icons_place_icons(sd);
sd->max.h += ICON_BOTTOM_SPACE;
// sd->max.h += ICON_BOTTOM_SPACE;
break;
case E_FM2_VIEW_MODE_GRID_ICONS:
_e_fm2_icons_place_grid_icons(sd);
sd->max.h += ICON_BOTTOM_SPACE;
// sd->max.h += ICON_BOTTOM_SPACE;
break;
case E_FM2_VIEW_MODE_CUSTOM_ICONS:
_e_fm2_icons_place_custom_icons(sd);
sd->max.h += ICON_BOTTOM_SPACE;
// sd->max.h += ICON_BOTTOM_SPACE;
break;
case E_FM2_VIEW_MODE_CUSTOM_GRID_ICONS:
/* FIXME: not going to implement this at this stage */
_e_fm2_icons_place_custom_grid_icons(sd);
sd->max.h += ICON_BOTTOM_SPACE;
// sd->max.h += ICON_BOTTOM_SPACE;
break;
case E_FM2_VIEW_MODE_CUSTOM_SMART_GRID_ICONS:
/* FIXME: not going to implement this at this stage */
_e_fm2_icons_place_custom_smart_grid_icons(sd);
sd->max.h += ICON_BOTTOM_SPACE;
// sd->max.h += ICON_BOTTOM_SPACE;
break;
case E_FM2_VIEW_MODE_LIST: