e17/wallpaper: show preview (without resizing window first :)

- formatting


SVN revision: 62916
This commit is contained in:
Hannes Janetzek 2011-08-28 13:23:26 +00:00
parent eef525c5f3
commit d88cfb437c
1 changed files with 140 additions and 139 deletions

View File

@ -518,6 +518,7 @@ _basic_create(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cfdata)
mh = (320 * zone->h) / zone->w;
oa = e_widget_aspect_add(evas, mw, mh);
ow = e_widget_preview_add(evas, mw, mh);
evas_object_size_hint_min_set(oa, mw, mh);
cfdata->o_preview = ow;
_bg_set(cfdata);
e_widget_aspect_child_set(oa, ow);