set pager_plain to fill area

fix T2526
This commit is contained in:
Mike Blumenkrantz 2015-06-29 14:58:48 -04:00
parent 7303620a06
commit 4e601d421e
1 changed files with 1 additions and 0 deletions

View File

@ -307,6 +307,7 @@ _pager_new(Evas *evas, E_Zone *zone, E_Gadcon *gc)
p->inst = NULL;
p->popup = NULL;
p->o_table = elm_table_add(e_win_evas_win_get(evas));
E_FILL(p->o_table);
elm_table_homogeneous_set(p->o_table, 1);
p->zone = zone;
_pager_fill(p, gc);