xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=05a7168ca37fe3c0c01c03304f6ac34950b3f436
commit 05a7168ca37fe3c0c01c03304f6ac34950b3f436 Author: Mike Blumenkrantz <[email protected]> Date: Wed Sep 25 13:22:34 2019 +0200 efl/arrangement: mark content_padding beta Summary: this still potentially needs some work and changing the implementations now would be too invasive ref T7864 Reviewers: segfaultxavi Reviewed By: segfaultxavi Subscribers: cedric, #reviewers, #committers Tags: #efl Maniphest Tasks: T7864 Differential Revision: https://phab.enlightenment.org/D10149 --- src/lib/efl/interfaces/efl_gfx_arrangement.eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/efl/interfaces/efl_gfx_arrangement.eo b/src/lib/efl/interfaces/efl_gfx_arrangement.eo index 02cda25495..00f3fe4281 100644 --- a/src/lib/efl/interfaces/efl_gfx_arrangement.eo +++ b/src/lib/efl/interfaces/efl_gfx_arrangement.eo @@ -28,7 +28,7 @@ interface @beta Efl.Gfx.Arrangement axis and 1.0 is at the end.]] } } - @property content_padding { + @property content_padding @beta { [[This property determines the space between a container's content items. It is different than the @Efl.Gfx.Hint.hint_margin property in that it is applied to each --
