was that too big? just curious. Daniel Juyung Seo (SeoZ) On Sep 4, 2012 6:57 PM, "Enlightenment SVN" <[email protected]> wrote:
> Log: > Elm: Let's use sane window sizes in tests, yes ? :) > > > > Author: devilhorns > Date: 2012-09-04 02:57:21 -0700 (Tue, 04 Sep 2012) > New Revision: 76119 > Trac: http://trac.enlightenment.org/e/changeset/76119 > > Modified: > trunk/elementary/src/bin/test_naviframe.c > > Modified: trunk/elementary/src/bin/test_naviframe.c > =================================================================== > --- trunk/elementary/src/bin/test_naviframe.c 2012-09-04 09:50:46 UTC > (rev 76118) > +++ trunk/elementary/src/bin/test_naviframe.c 2012-09-04 09:57:21 UTC > (rev 76119) > @@ -240,7 +240,7 @@ > it = elm_naviframe_item_push(nf, "Page 1", NULL, btn, content, NULL); > evas_object_data_set(nf, "page1", it); > > - evas_object_resize(win, 400, 600); > + evas_object_resize(win, 400, 400); > evas_object_show(win); > } > > @@ -275,7 +275,7 @@ > > elm_object_item_part_content_set(it, "icon", sc); > > - evas_object_resize(win, 400, 600); > + evas_object_resize(win, 400, 400); > evas_object_show(win); > } > #endif > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > enlightenment-svn mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
