diff options
author | Mike Blumenkrantz <zmike@samsung.com> | 2020-03-20 11:59:58 +0100 |
---|---|---|
committer | Xavi Artigas <xavierartigas@yahoo.es> | 2020-03-20 12:00:14 +0100 |
commit | b5c24af2e14c9a56dbba0f61119281c06da66758 (patch) | |
tree | 9fe3374b2772ce1ccf4749553d1fa957b22c5f62 /src/lib/efl | |
parent | c58fef1f6ee324d947bcc819ec4229f8aee50dc8 (diff) |
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
Diffstat (limited to 'src/lib/efl')
-rw-r--r-- | src/lib/efl/interfaces/efl_gfx_hint.eo | 2 |
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 | |||
229 | use this hint as a boolean, but some others might consider it as a | 229 | use this hint as a boolean, but some others might consider it as a |
230 | proportion, see documentation of each container. | 230 | proportion, see documentation of each container. |
231 | 231 | ||
232 | Note: Default weight hint values are 0.0, for both axis. | 232 | Note: Default weight hint values are 1.0, for both axis. |
233 | ]] | 233 | ]] |
234 | values { | 234 | values { |
235 | x: double; [[Non-negative double value to use as horizontal weight hint.]] | 235 | x: double; [[Non-negative double value to use as horizontal weight hint.]] |