seoz pushed a commit to branch master.
commit c19609e7d394228e3701c2d4f058d1f7e51a2d5f
Author: Daniel Juyung Seo <[email protected]>
Date: Thu Apr 18 17:12:27 2013 +0900
test_hoversel.c: fixed wrong use case.
Do not set window resize object here and there.
Use elm_win_resize_object_add() only when you intended and needed.
---
src/bin/test_hoversel.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bin/test_hoversel.c b/src/bin/test_hoversel.c
index 7ee32b8..a1939cd 100644
--- a/src/bin/test_hoversel.c
+++ b/src/bin/test_hoversel.c
@@ -111,7 +111,7 @@ test_hoversel(void *data __UNUSED__, Evas_Object *obj
__UNUSED__, void *event_in
bx = elm_box_add(win);
evas_object_size_hint_weight_set(bx, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
- elm_win_resize_object_add(win, bx);
+ evas_object_size_hint_align_set(bx, EVAS_HINT_FILL, EVAS_HINT_FILL);
api->box = bx;
evas_object_show(bx);
--
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter