projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8537671
)
Default BG Plain test back to scaled....
author
Christopher Michael
<cpmichael1@comcast.net>
Tue, 12 Oct 2010 15:33:40 +0000
(15:33 +0000)
committer
Christopher Michael
<cpmichael1@comcast.net>
Tue, 12 Oct 2010 15:33:40 +0000
(15:33 +0000)
Oopsie, that should not have been there.
SVN revision: 53309
src/bin/test_bg.c
patch
|
blob
|
history
diff --git
a/src/bin/test_bg.c
b/src/bin/test_bg.c
index e61093da0a836c388cd3c1b36ad09747f72a05bd..232524f82fe76b9cf33ff8ef2fb1c6be6262d610 100644
(file)
--- a/
src/bin/test_bg.c
+++ b/
src/bin/test_bg.c
@@
-86,7
+86,6
@@
test_bg_image(void *data, Evas_Object *obj, void *event_info)
elm_win_autodel_set(win, 1);
bg = elm_bg_add(win);
- elm_bg_option_set(bg, ELM_BG_OPTION_CENTER);
snprintf(buf, sizeof(buf), "%s/images/plant_01.jpg", PACKAGE_DATA_DIR);
elm_bg_file_set(bg, buf, NULL);
evas_object_size_hint_weight_set(bg, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);