Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_startup.c 


Log Message:
Make startup config dialog resizable.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_startup.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- e_int_config_startup.c      2 Mar 2007 17:00:20 -0000       1.25
+++ e_int_config_startup.c      17 Apr 2007 09:23:21 -0000      1.26
@@ -336,13 +336,14 @@
    if (cfdata->splash)
      f = cfdata->splash;
    e_widget_preview_edje_set(o, f, "e/init/splash");
-   e_widget_list_object_append(of, o, 1, 0, 0.5);
+   e_widget_list_object_append(of, o, 1, 1, 0.5);
    
-   e_widget_table_object_append(ot, of, 1, 0, 1, 1, 0, 1, 0, 1);
+   e_widget_table_object_append(ot, of, 1, 0, 1, 1, 1, 1, 1, 1);
    
    o = e_widget_check_add(evas, _("Show Splash Screen on Login"), 
                          &(cfdata->show_splash));
    e_widget_table_object_append(ot, o, 1, 3, 1, 1, 1, 0, 0, 0);
 
+   e_dialog_resizable_set(cfd->dia, 1);
    return ot;
 }



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to