On Thu,  2 Dec 2010 00:05:54 -0800
"Enlightenment SVN" <no-re...@enlightenment.org> wrote:

> Log:
> Adjust min sizes of ilist and textblock so that Modules dialog fits
>   nicely into 240x320 (without these changes, the toolbar is partially
>   obscured by illume indicator).
>   
>   
> 
> Author:       devilhorns
> Date:         2010-12-02 00:05:52 -0800 (Thu, 02 Dec 2010)
> New Revision: 55132
> Trac:         http://trac.enlightenment.org/e/changeset/55132
> 
> Modified:
>   trunk/e/src/bin/e_int_config_modules.c 
> 
> Modified: trunk/e/src/bin/e_int_config_modules.c
> ===================================================================
> --- trunk/e/src/bin/e_int_config_modules.c    2010-12-02 08:01:19 UTC
> (rev 55131) +++ trunk/e/src/bin/e_int_config_modules.c        2010-12-02
> 08:05:52 UTC (rev 55132) @@ -167,7 +167,7 @@
>     e_widget_ilist_go(cfdata->l_modules);
>     e_widget_size_min_get(cfdata->l_modules, &mw, &mh);
>     if (mw < (200 * e_scale)) mw = 200 * e_scale;
> -   if (mh < (120 * e_scale)) mh = 120 * e_scale;
> +   if (mh < (100 * e_scale)) mh = 100 * e_scale;
>     e_widget_size_min_set(cfdata->l_modules, mw, mh);
>     e_widget_on_change_hook_set(cfdata->l_modules, 
>                                 _widget_list_selection_changed, cfdata);
> @@ -184,7 +184,7 @@
>     e_widget_table_object_append(of, ol, 1, 2, 1, 1, 1, 1, 1, 0);
>  
>     ol = e_widget_textblock_add(evas);
> -   e_widget_size_min_set(ol, (200 * e_scale), 60 * e_scale);
> +   e_widget_size_min_set(ol, (200 * e_scale), 40 * e_scale);
>     cfdata->o_desc = ol;
>     e_widget_table_object_append(of, ol, 0, 3, 2, 1, 1, 0, 1, 0);
>  
> 
> 
> ------------------------------------------------------------------------------
> Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
> Tap into the largest installed PC base & get more eyes on your game by
> optimizing for Intel(R) Graphics Technology. Get started today with the
> Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
> http://p.sf.net/sfu/intelisp-dev2dev
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
Resizinghorns!

-- 
Mike Blumenkrantz
Zentific: Our boolean values are huge.

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to