Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/conf_borders


Modified Files:
        e_int_config_borders.c 


Log Message:
Fix 'Border Style' dialog on resize.
Don't expand the space around the checkbox.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/conf_borders/e_int_config_borders.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_int_config_borders.c      13 Sep 2007 21:11:02 -0000      1.3
+++ e_int_config_borders.c      16 Jan 2008 19:14:05 -0000      1.4
@@ -228,7 +228,7 @@
    if (cfdata->border) 
      {
        ob = e_widget_check_add(evas, _("Remember this Border for this window 
next time it appears"), &(cfdata->remember_border));
-       e_widget_list_object_append(o, ob, 1, 1, 1.0);
+       e_widget_list_object_append(o, ob, 1, 0, 0.0);
      }
    
    E_FREE(tmp);



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to