WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=b03077bf1174134a39727a70349a7b70bb3b64a1
commit b03077bf1174134a39727a70349a7b70bb3b64a1 Author: Vincent Torri <vincent.to...@gmail.com> Date: Mon Apr 19 00:34:20 2021 -0700 Wiki page part_block changed with summary [add doc for text ellipsis] by Vincent Torri --- pages/develop/legacy/program_guide/edje/part_block.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/develop/legacy/program_guide/edje/part_block.txt b/pages/develop/legacy/program_guide/edje/part_block.txt index cc57b9875..2ff906bf8 100644 --- a/pages/develop/legacy/program_guide/edje/part_block.txt +++ b/pages/develop/legacy/program_guide/edje/part_block.txt @@ -796,7 +796,7 @@ text * ''text_source [another TEXT part's name]'' \\ Causes the part to display the text content of another part and update them as they change. - * ''ellipsis [point of balance]'' \\ Balances the text in a relative point from 0.0 to 1.0, this point is the last section of the string to be cut out in case of a resize that is smaller than the text itself. The default value is 0.0. + * ''ellipsis [point of balance]'' \\ Balances the text in a relative point from 0.0 to 1.0, this point is the last section of the string to be cut out in case of a resize that is smaller than the text itself. The default value is 0.0. Set to -1.0 for no ellipsis. == Box == --