i think bg widfget should maybe have a solid wallpaper image as an

example.. not a transparent icon :)



SVN revision: 62230
This commit is contained in:
Carsten Haitzler 2011-08-09 08:01:42 +00:00
parent 34f146f464
commit a2ffa3abab
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Evas_Object *o = elm_bg_add(win);
evas_object_size_hint_weight_set(o, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
elm_win_resize_object_add(win, o);
elm_bg_file_set(o, PACKAGE_DATA_DIR"/images/logo_small.png", NULL);
elm_bg_file_set(o, PACKAGE_DATA_DIR"/images/sky_03.jpg", NULL);
evas_object_show(o);
#include "widget_preview_tmpl_foot.c"