Index: elementary/src/lib/elm_gengrid.c
===================================================================
--- elementary/src/lib/elm_gengrid.c	(revision 63827)
+++ elementary/src/lib/elm_gengrid.c	(working copy)
@@ -1300,7 +1300,7 @@
           }
         else
           {
-             x = (cx * item->wd->item_height) - item->wd->pan_x + ox + alignw;
+             x = (cx * item->wd->item_width) - item->wd->pan_x + ox + alignw;
              y = (((cy - item->prev_group) * item->wd->item_height) + (item->prev_group * item->wd->group_item_height)) - item->wd->pan_y + oy + alignh;
           }
         if (elm_widget_mirrored_get(item->wd->self))
@@ -1615,7 +1615,7 @@
         count = wd->count + wd->items_lost - count_group;
         if (wd->horizontal)
           {
-             minw = (ceil(count / (float)nmax) * wd->item_width) + (count_group * wd->group_item_height);
+             minw = (ceil(count / (float)nmax) * wd->item_width) + (count_group * wd->group_item_width); 
              minh = nmax * wd->item_height;
           }
         else
