expand the icons in the popup forcast, so that they fill in the available space

SVN revision: 37674
This commit is contained in:
Viktor Kojouharov 2008-11-16 12:39:10 +00:00
parent 62ae8fabe8
commit 2633a266b4
1 changed files with 1 additions and 1 deletions

View File

@ -1094,7 +1094,7 @@ _forecasts_popup_content_create(Instance *inst)
ob = e_widget_image_add_from_object(evas,
_forecasts_popup_icon_create(inst->popup->win->evas,
inst->forecast[i].code), 0, 0);
e_widget_frametable_object_append(of, ob, 2, row, 1, 2, 0, 0, 0, 0);
e_widget_frametable_object_append(of, ob, 2, row, 1, 2, 1, 1, 0, 0);
ob = e_widget_label_add(evas, D_("Low"));
e_widget_frametable_object_append(of, ob, 0, ++row, 1, 1, 1, 0, 1, 0);