From 552e76b8b6f61c18c53a5489ee7acb01636fb5e4 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 25 Sep 2019 13:22:34 +0200 Subject: [PATCH] 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 02cda25..00f3fe4 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 -- 2.7.4