On Thu, Oct 30, 2014 at 9:28 PM, [email protected] <[email protected]>
wrote:

> Hello,
>
> Yes, we can do that way too.
> The reason for fixing is that I just want to see entries at the beginning,
> so that we can notice entries exist.
> Before that, I always forgot about their existence.
>

Hi

> I think it would be a normal  operation if the entries do not show their
> content when we resize, since window is small.
>

That must be not what users want who use entries IMO.

Thanks.

Daniel Juyung Seo (SeoZ)


>
> Best Regards,
> Thiep Ha
>
> ----- Reply message -----
> From: "Daniel Juyung Seo" <[email protected]>
> To: "Enlightenment developer list" <
> [email protected]>
> Cc: <[email protected]>
> Subject: [E-devel] [EGIT] [core/elementary] master 01/01: entry/test: make
> scrollable entries visible
> Date: Thu, Oct 30, 2014 9:11 pm
>
>
> 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 <[email protected]> wrote:
>
> > tasn pushed a commit to branch master.
> >
> >
> >
> http://git.enlightenment.org/core/elementary.git/commit/?id=9d06e52ac0d0f71c1d57cd6ea17b4304db6a73d9
> >
> > commit 9d06e52ac0d0f71c1d57cd6ea17b4304db6a73d9
> > Author: Thiep Ha <[email protected]>
> > 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
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
> ------------------------------------------------------------------------------
> _______________________________________________
> enlightenment-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
------------------------------------------------------------------------------
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to