rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=cf101152a6f0fd68a4c0a937512013316245b596
commit cf101152a6f0fd68a4c0a937512013316245b596 Author: Tetiana Naumenko <t.naume...@samsung.com> Date: Tue May 30 15:39:48 2017 +0300 theme: made scroller/entry/default scalable Change-Id: I54e45c1a3f501b41a5cf1b9a27ffc71e09ca9e18 --- data/themes/default/widgets/entry.edc | 41 ++++++++++++++++++++++------------- 1 file changed, 26 insertions(+), 15 deletions(-) diff --git a/data/themes/default/widgets/entry.edc b/data/themes/default/widgets/entry.edc index 00a1ca7f4..1ab43a9f2 100644 --- a/data/themes/default/widgets/entry.edc +++ b/data/themes/default/widgets/entry.edc @@ -115,6 +115,7 @@ group { name: "elm/scroller/entry/default"; parts { part { name: "bg"; type: IMAGE; + scale: 1; description { state: "default" 0.0; color_class: "bg_entry"; image { @@ -179,6 +180,7 @@ group { name: "elm/scroller/entry/default"; } part { name: "sb_vbar_p2"; type: SPACER; + scale: 1; description { state: "default" 0.0; rel1 { relative: 0.0 1.0; @@ -248,6 +250,7 @@ group { name: "elm/scroller/entry/default"; } part { name: "sb_hbar_p1"; type: SPACER; + scale: 1; description { state: "default" 0.0; fixed: 1 1; rel1 { @@ -297,6 +300,7 @@ group { name: "elm/scroller/entry/default"; } part { name: "clipper"; type: RECT; + scale: 1; description { state: "default" 0.0; rel1 { to: "elm.swallow.content"; @@ -308,6 +312,7 @@ group { name: "elm/scroller/entry/default"; } part { name: "elm.swallow.background"; type: SWALLOW; + scale: 1; clip_to: "clipper"; description { state: "default" 0.0; rel1 { @@ -322,6 +327,7 @@ group { name: "elm/scroller/entry/default"; } part { name: "elm.swallow.content"; type: SWALLOW; + scale: 1; clip_to: "clipper"; description { state: "default" 0.0; rel1 { @@ -338,6 +344,7 @@ group { name: "elm/scroller/entry/default"; } part { name: "elm.swallow.overlay"; type: SWALLOW; + scale: 1; repeat_events: 1; clip_to: "clipper"; description { state: "default" 0.0; @@ -351,6 +358,7 @@ group { name: "elm/scroller/entry/default"; } part { name: "base_vbar"; type: IMAGE; + scale: 1; mouse_events: 0; clip_to: "sb_vbar"; description { state: "default" 0.0; @@ -409,6 +417,7 @@ group { name: "elm/scroller/entry/default"; } part { name: "base_hbar"; type: IMAGE; + scale: 1; mouse_events: 0; clip_to: "sb_hbar"; description { state: "default" 0.0; @@ -467,6 +476,7 @@ group { name: "elm/scroller/entry/default"; } part { name: "elm.swallow.icon"; type: SWALLOW; + scale: 1; clip_to: "clipper"; description { state: "default" 0.0; visible: 0; @@ -494,6 +504,7 @@ group { name: "elm/scroller/entry/default"; } part { name: "elm.swallow.end"; type: SWALLOW; + scale: 1; clip_to: "clipper"; description { state: "default" 0.0; visible: 0; @@ -521,6 +532,7 @@ group { name: "elm/scroller/entry/default"; } part { name: "shadow"; type: IMAGE; + scale: 1; repeat_events: 1; description { state: "default" 0.0; rel1 { @@ -550,8 +562,22 @@ group { name: "elm/scroller/entry/default"; } } } + part { name: "elm.swallow.elipsis"; + type: SWALLOW; + scale: 1; + description { state: "default" 0.0; + align: 1.0 0.0; + max: 19 17; + fixed: 1 1; + rel1 { + relative: 1.00 0.00; + to_y: "bg"; + } + } + } part { name: "focus"; type: IMAGE; + scale: 1; repeat_events: 1; description { state: "default" 0.0; color: 0 0 0 0; @@ -596,21 +622,6 @@ group { name: "elm/scroller/entry/default"; } } } - part { name: "elm.swallow.elipsis"; - type: SWALLOW; - description { state: "default" 0.0; - align: 1.0 0.0; - min: 24 24; - max: 24 24; - fixed: 1 1; - rel1 { - offset: 0 -2; - } - rel2 { - offset: 1 0; - } - } - } } programs { program { name: "v_mouse_down"; --