Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_int_border_locks.c Log Message: Fix position of last checkbox to be like Remember dialog. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_int_border_locks.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -3 -r1.16 -r1.17 --- e_int_border_locks.c 25 Mar 2007 22:44:59 -0000 1.16 +++ e_int_border_locks.c 30 Aug 2007 07:52:23 -0000 1.17 @@ -353,7 +353,7 @@ e_widget_list_object_append(o, of, 1, 1, 0.5); ob = e_widget_check_add(evas, _("Remember these Locks"), &(cfdata->lock.remember)); - e_widget_list_object_append(o, ob, 0, 0, 1.0); + e_widget_list_object_append(o, ob, 1, 1, 0.5); return o; } ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs