rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=43c8b0c2373b86f2478b46525176778f9943ad8d
commit 43c8b0c2373b86f2478b46525176778f9943ad8d Author: Tetiana Naumenko <t.naume...@samsung.com> Date: Thu May 25 15:21:41 2017 +0300 theme: made button combobox_vertical/zoom scalable Change-Id: I0cc2c560c5850b12a41781d2267cfb4a5b3bbb64 --- data/themes/default/widgets/combobox.edc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data/themes/default/widgets/combobox.edc b/data/themes/default/widgets/combobox.edc index da38a491a..39af34721 100644 --- a/data/themes/default/widgets/combobox.edc +++ b/data/themes/default/widgets/combobox.edc @@ -18,6 +18,7 @@ group { name: "elm/button/base/combobox_vertical/default"; } part { name: "bg"; type: IMAGE; + scale: 1; description { state: "default" 0.0; rel1 { to: "base"; @@ -59,6 +60,7 @@ group { name: "elm/button/base/combobox_vertical/default"; } } rect { "icon_clip"; + scale: 1; desc { "default"; } desc { "disabled"; @@ -67,6 +69,7 @@ group { name: "elm/button/base/combobox_vertical/default"; } } rect { "event"; + scale: 1; desc { "default"; color: 0 0 0 0; } @@ -77,6 +80,7 @@ group { name: "elm/button/base/combobox_vertical/default"; } part { name: "left.offset"; type: SPACER; + scale: 1; description { state: "default" 0.0; align: 0.0 0.0; min: 10 0; @@ -91,6 +95,7 @@ group { name: "elm/button/base/combobox_vertical/default"; } part { name: "right.offset"; type: SPACER; + scale: 1; description { state: "default" 0.0; align: 1.0 1.0; min: 20 19; @@ -102,6 +107,7 @@ group { name: "elm/button/base/combobox_vertical/default"; } part { name: "elm.swallow.content"; type: SWALLOW; + scale: 1; clip_to: "icon_clip"; description { state: "default" 0.0; align: 0.0 0.5; @@ -208,6 +214,7 @@ group { name: "elm/button/base/combobox_vertical/zoom"; parts { part { name: "elm.swallow.content"; type: SWALLOW; + scale: 1; clip_to: "icon_clip"; description { state: "default" 0.0; align: 0.0 0.5; --