rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=3481fd6c6af1442327a7c54a2af7c846eedcfe16
commit 3481fd6c6af1442327a7c54a2af7c846eedcfe16 Author: Tetiana Naumenko <t.naume...@samsung.com> Date: Tue May 16 15:03:42 2017 +0300 theme: made tabs_horizontal scalable Change-Id: I098740a108e032fe7a1a67f4b3c2b8b16124c8a9 --- data/themes/default/widgets/toolbar.edc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/data/themes/default/widgets/toolbar.edc b/data/themes/default/widgets/toolbar.edc index 839a2ef..466e23d 100644 --- a/data/themes/default/widgets/toolbar.edc +++ b/data/themes/default/widgets/toolbar.edc @@ -518,6 +518,7 @@ group { name: "elm/toolbar/base/tabs_horizontal"; parts { part { name: "base"; type: RECT; + scale: 1; description { state: "default" 0.0; min: 0 27; max: -1 27; @@ -541,6 +542,7 @@ group { name: "elm/toolbar/base/tabs_horizontal"; } part { name: "clipper_arrow_left"; type: RECT; + scale: 1; description { state: "default" 0.0; min: 18 0; max: 18 -1; @@ -556,6 +558,7 @@ group { name: "elm/toolbar/base/tabs_horizontal"; } part { name: "arrow_left"; type: IMAGE; + scale: 1; clip_to: "clipper_arrow_left"; description { state: "default" 0.0; max: 16 16; @@ -605,6 +608,7 @@ group { name: "elm/toolbar/base/tabs_horizontal"; } part { name: "clipper_arrow_right"; type: RECT; + scale: 1; description { state: "default" 0.0; min: 18 0; max: 18 -1; @@ -620,6 +624,7 @@ group { name: "elm/toolbar/base/tabs_horizontal"; } part { name: "arrow_right"; type: IMAGE; + scale: 1; clip_to: "clipper_arrow_right"; description { state: "default" 0.0; max: 16 16; @@ -669,6 +674,7 @@ group { name: "elm/toolbar/base/tabs_horizontal"; } part { name: "clipper"; type: RECT; + scale: 1; description { state: "default" 0.0; rel1 { to: "elm.swallow.content"; @@ -680,6 +686,7 @@ group { name: "elm/toolbar/base/tabs_horizontal"; } part { name: "elm.swallow.content"; type: SWALLOW; + scale: 1; clip_to: "clipper"; description { state: "default" 0.0; min: 0 22; @@ -816,10 +823,12 @@ group { name: "elm/toolbar/item/tabs_horizontal"; parts { part { name: "bg"; type: IMAGE; + scale: 1; description { state: "default" 0.0; image { normal: "tab-head-bg.png"; border: 5 5 10 10; + border_scale: 1; } rel1.offset: 1 0; rel2.offset: -1 0; @@ -831,6 +840,7 @@ group { name: "elm/toolbar/item/tabs_horizontal"; } part { name: "elm.swallow.icon"; type: SWALLOW; + scale: 1; clip_to: "clipper"; description { state: "default" 0.0; visible: 0; @@ -841,6 +851,7 @@ group { name: "elm/toolbar/item/tabs_horizontal"; align: 0.0 0.5; min: 16 16; max: 16 16; + fixed: 1 1; rel1 { offset: 6 2; } @@ -852,6 +863,7 @@ group { name: "elm/toolbar/item/tabs_horizontal"; visible: 0; min: 16 16; max: 16 16; + fixed: 1 1; rel1 { offset: 6 2; } @@ -862,6 +874,7 @@ group { name: "elm/toolbar/item/tabs_horizontal"; } part { name: "icon_close"; type: IMAGE; + scale: 1; description { state: "default" 0.0; max: 14 14; align: 1.0 0.5; @@ -880,6 +893,7 @@ group { name: "elm/toolbar/item/tabs_horizontal"; } part { name: "elm.text"; type: TEXT; + scale: 1; clip_to: "clipper"; description { state: "default" 0.0; min: 0 21; @@ -914,6 +928,7 @@ group { name: "elm/toolbar/item/tabs_horizontal"; } part { name: "clipper"; type: RECT; + scale: 1; description { state: "default" 0.0; color_class: "main"; } @@ -923,6 +938,7 @@ group { name: "elm/toolbar/item/tabs_horizontal"; } part { name: "event"; type: RECT; + scale: 1; repeat_events: 1; description { state: "default" 0.0; color: 255 255 255 0; --