summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@samsung.com>2020-03-20 11:59:58 +0100
committerXavi Artigas <xavierartigas@yahoo.es>2020-03-20 12:00:14 +0100
commitb5c24af2e14c9a56dbba0f61119281c06da66758 (patch)
tree9fe3374b2772ce1ccf4749553d1fa957b22c5f62
parentc58fef1f6ee324d947bcc819ec4229f8aee50dc8 (diff)
downloadefl-b5c24af2e14c9a56dbba0f61119281c06da66758.tar.gz
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
-rw-r--r--src/lib/efl/interfaces/efl_gfx_hint.eo2
1 files changed, 1 insertions, 1 deletions
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.]]