Hi

How about setting the min height to the scrollable entry instead of
increasing the window size?
The entry will not show its contents when the window is resized down again.

Thanks.

Daniel Juyung Seo (SeoZ)


On Wed, Oct 29, 2014 at 5:42 PM, Thiep Ha <thie...@gmail.com> wrote:

> tasn pushed a commit to branch master.
>
>
> http://git.enlightenment.org/core/elementary.git/commit/?id=9d06e52ac0d0f71c1d57cd6ea17b4304db6a73d9
>
> commit 9d06e52ac0d0f71c1d57cd6ea17b4304db6a73d9
> Author: Thiep Ha <thie...@gmail.com>
> Date:   Wed Oct 29 08:37:10 2014 +0000
>
>     entry/test: make scrollable entries visible
>
>     Summary:
>     Two scrollable entries' size is too small to view.
>     This patch expands window size to have suitable size for entries.
>
>     @fix
>
>     Reviewers: Hermet, seoz, woohyun, tasn
>
>     Reviewed By: tasn
>
>     Differential Revision: https://phab.enlightenment.org/D1597
> ---
>  src/bin/test_entry.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/bin/test_entry.c b/src/bin/test_entry.c
> index 9f08ed4..025e7c7 100644
> --- a/src/bin/test_entry.c
> +++ b/src/bin/test_entry.c
> @@ -620,7 +620,7 @@ test_entry_scrolled(void *data EINA_UNUSED,
> Evas_Object *obj EINA_UNUSED, void *
>     evas_object_show(bx3);
>
>     elm_object_focus_set(win, EINA_TRUE);
> -   evas_object_resize(win, 320, 300);
> +   evas_object_resize(win, 320, 500);
>     evas_object_show(win);
>  }
>
>
> --
>
>
>
------------------------------------------------------------------------------
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to