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
This commit is contained in:
Mike Blumenkrantz 2020-03-20 11:59:58 +01:00 committed by Xavi Artigas
parent c58fef1f6e
commit b5c24af2e1
1 changed files with 1 additions and 1 deletions

View File

@ -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.]]