rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=be7b6275878252476787f84165dce8b03f6e8008
commit be7b6275878252476787f84165dce8b03f6e8008 Author: Tetiana Naumenko <[email protected]> Date: Tue May 30 14:31:14 2017 +0300 theme: made genlist item 1swallow/property scalable Change-Id: I1d44d175d2f4dac94ebce283cc0626963bbc65bd --- data/themes/default/widgets/genlist_property.edc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/themes/default/widgets/genlist_property.edc b/data/themes/default/widgets/genlist_property.edc index 777c07d72..6e97d0e08 100644 --- a/data/themes/default/widgets/genlist_property.edc +++ b/data/themes/default/widgets/genlist_property.edc @@ -370,6 +370,7 @@ group { name: "elm/genlist/item/1swallow/property"; } part { name: "swallow.action1"; type: SWALLOW; + scale: 1; description { state: "default" 0.0; rel1 { relative: 0.4 0.0; @@ -382,6 +383,7 @@ group { name: "elm/genlist/item/1swallow/property"; } part { name: "disclip"; type: RECT; + scale: 1; repeat_events: 1; description { state: "default" 0.0; color: 255 255 255 0; --
