xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b5c24af2e14c9a56dbba0f61119281c06da66758
commit b5c24af2e14c9a56dbba0f61119281c06da66758 Author: Mike Blumenkrantz <[email protected]> Date: Fri Mar 20 11:59:58 2020 +0100 efl/hint: update doc for default weight hint value Summary: the default is actually 1.0 and always has been for unified api Reviewers: segfaultxavi Reviewed By: segfaultxavi Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D11544 --- src/lib/efl/interfaces/efl_gfx_hint.eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/efl/interfaces/efl_gfx_hint.eo b/src/lib/efl/interfaces/efl_gfx_hint.eo index 676c5ba1ec..d60ee1b297 100644 --- a/src/lib/efl/interfaces/efl_gfx_hint.eo +++ b/src/lib/efl/interfaces/efl_gfx_hint.eo @@ -229,7 +229,7 @@ interface Efl.Gfx.Hint use this hint as a boolean, but some others might consider it as a proportion, see documentation of each container. - Note: Default weight hint values are 0.0, for both axis. + Note: Default weight hint values are 1.0, for both axis. ]] values { x: double; [[Non-negative double value to use as horizontal weight hint.]] --
