Enlightenment CVS committal

Author  : onefang
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_apps.c 


Log Message:
We want stretchies here.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_apps.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- e_int_config_apps.c 7 Sep 2006 08:53:09 -0000       1.21
+++ e_int_config_apps.c 12 Sep 2006 08:02:59 -0000      1.22
@@ -486,6 +486,13 @@
    cfdata->gui.o_frame = ob;
    e_widget_min_size_set(ob, 150, 220);
    e_widget_framelist_object_append(of, ob);
+   e_box_pack_options_set(ob,
+                         1, 1, /* fill */
+                         1, 1, /* expand */
+                         0.5, 0.5, /* align */
+                         150, 220, /* min */
+                         99999, 99999 /* max */
+                         );
 
    if (once)
       mt = e_widget_button_add(evas, _(once->label), "enlightenment/e",
@@ -554,6 +561,13 @@
          cfdata->gui.o_frame = ob;
          e_widget_min_size_set(ob, 150, 220);
          e_widget_framelist_object_append(of, ob);
+         e_box_pack_options_set(ob,
+                         1, 1, /* fill */
+                         1, 1, /* expand */
+                         0.5, 0.5, /* align */
+                         150, 220, /* min */
+                         99999, 99999 /* max */
+                         );
 
          mt = e_widget_button_add(evas, _("Move application up"), 
"enlightenment/e",
                           _cb_button_move_up, cfdata, NULL);



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to