raster pushed a commit to branch efl-1.20.

http://git.enlightenment.org/core/efl.git/commit/?id=0d28a0d6d7abe15b510886a03f8648f27c64254f

commit 0d28a0d6d7abe15b510886a03f8648f27c64254f
Author: Andrii Kroitor <an.kroi...@samsung.com>
Date:   Mon Oct 30 14:26:43 2017 +0200

    edje_cc: fix text.align description
    
    @fix
---
 src/bin/edje/edje_cc_handlers.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/bin/edje/edje_cc_handlers.c b/src/bin/edje/edje_cc_handlers.c
index 0219a182af..5af5fc6904 100644
--- a/src/bin/edje/edje_cc_handlers.c
+++ b/src/bin/edje/edje_cc_handlers.c
@@ -11406,7 +11406,9 @@ 
st_collections_group_parts_part_description_text_max(void)
     @parameters
         [horizontal] [vertical]
     @effect
-        Change the position of the point of balance inside the container [-1.0 
- 1.0].
+        Change the alignment of the text [0.0(left) - 1.0(right)].
+        You can set horizontal alignment to -1.0 to use bidirectional based 
alignment(
+        0.0 for LTR content or 1.0 for RTL)
 
         Defaults: 0.5 0.5
     @endproperty

-- 


Reply via email to