Enlightenment CVS committal

Author  : lok
Project : e17
Module  : libs/etk

Dir     : e17/libs/etk/src/lib


Modified Files:
        etk_tree_model.c 


Log Message:
Label's markups left, center and right are now usable within a tree row.
Added missing font Vera Bold Italic to the default theme.

===================================================================
RCS file: /cvs/e/e17/libs/etk/src/lib/etk_tree_model.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- etk_tree_model.c    6 Jul 2007 21:51:37 -0000       1.19
+++ etk_tree_model.c    4 Aug 2007 12:43:04 -0000       1.20
@@ -380,6 +380,7 @@
    
    edje_object_part_text_set(cell_objects[0], "etk.text.label", *text_data);
    evas_object_move(cell_objects[0], geometry.x, geometry.y + (geometry.h / 
2));
+   evas_object_resize(cell_objects[0], geometry.w + (geometry.x / 2), 
geometry.h - (geometry.y / 2));
    evas_object_show(cell_objects[0]);
    
    return ETK_FALSE;



-------------------------------------------------------------------------
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

Reply via email to