handle gadget site layout when last gadget in site is a spacer

This commit is contained in:
Mike Blumenkrantz 2017-09-12 13:36:39 -04:00
parent f73e37655e
commit 6bd97ced9b
1 changed files with 1 additions and 0 deletions

View File

@ -760,6 +760,7 @@ _site_layout_orient(Evas_Object *o, E_Gadget_Site *zgs)
groups++;
}
}
else if (!groups) groups++;
size = eina_list_data_get(expand);
if (IS_HORIZ(zgs->orient))