Elm test: Fixed label test's window size.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 31 Oct 2011 16:32:13 +0000 (16:32 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 31 Oct 2011 16:32:13 +0000 (16:32 +0000)
commit67dc18d71a1ea1e1152b813f78746426a2ba26b2
tree6d8fae8a8bef40eba2054f8a3461d813427cad60
parent08f780d97e94298eded02f058951ef8c703ae006
Elm test: Fixed label test's window size.

This is actually a pretty important thing to remember.
elm_win_resize_object_add resizes the content to the size of the window,
the size of the window is only applied when the window is shown, at least on
the ecore evas. Is that wanted? or should we take the evas-object geometry
there? The problem I'm worried about is: writing beyond buffer limits.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64579 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/bin/test_label.c