Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : apps/e_utils

Dir     : e17/apps/e_utils/src/bin/entangle


Modified Files:
        TODO entangle_ui.c 


Log Message:
- patch from Mathieu Lamar (Sativas) fixing up entangles UI. Thanks.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e_utils/src/bin/entangle/TODO,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- TODO        29 Apr 2005 03:34:44 -0000      1.2
+++ TODO        16 May 2005 00:27:33 -0000      1.3
@@ -1,8 +1,6 @@
 Just the stuff I can think of...
 
 * need to add a scrollbar for the menu
-* need to fix the ui bugs...
-* maybe add engage support?
 * someway to attach .directory.eapp files to directories
 * directory renaming?
 * if an eapp is under the arrows in the left menu it will be clicked when
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/e_utils/src/bin/entangle/entangle_ui.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- entangle_ui.c       3 May 2005 15:27:46 -0000       1.3
+++ entangle_ui.c       16 May 2005 00:27:33 -0000      1.4
@@ -138,7 +138,7 @@
 
     o = esmart_container_new(evas);
     esmart_container_direction_set(o, CONTAINER_DIRECTION_HORIZONTAL);
-    esmart_container_fill_policy_set(o, CONTAINER_FILL_POLICY_NONE);
+    esmart_container_fill_policy_set(o, CONTAINER_FILL_POLICY_FILL_X);
     esmart_container_spacing_set(o, 10);
     esmart_container_padding_set(o, 0, 0, 0, 0);
     edje_object_part_swallow(edje, "button_bar", o);
@@ -149,7 +149,7 @@
     o = esmart_container_new(evas);
     esmart_container_direction_set(o, CONTAINER_DIRECTION_HORIZONTAL);
     esmart_container_alignment_set(o, CONTAINER_ALIGN_RIGHT);
-    esmart_container_fill_policy_set(o, CONTAINER_FILL_POLICY_NONE);
+    esmart_container_fill_policy_set(o, CONTAINER_FILL_POLICY_FILL_X);
     esmart_container_spacing_set(o, 10);
     esmart_container_padding_set(o, 0, 0, 0, 0);
     edje_object_part_swallow(edje, "cmd_bar", o);
@@ -630,7 +630,7 @@
     Evas *evas;
 
     evas = evas_object_evas_get(container);
-    o = entangle_ui_cmd_bar_button_get(evas, "Add Directory", 
+    o = entangle_ui_cmd_bar_button_get(evas, "Add Dir", 
                                     entangle_ui_cb_directory_add);
     esmart_container_element_append(container, o);
 




-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to