rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=c69b48507b9d75b7bf900b2d9ec426f6fa220efb
commit c69b48507b9d75b7bf900b2d9ec426f6fa220efb Author: Mykyta Biliavskyi <m.biliavs...@samsung.com> Date: Fri May 27 11:32:56 2016 +0300 Tizen theme: fix navigator layout. Added border above content. --- data/themes/tizen/widgets/layout.edc | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/data/themes/tizen/widgets/layout.edc b/data/themes/tizen/widgets/layout.edc index b1fe743..3928c6d 100644 --- a/data/themes/tizen/widgets/layout.edc +++ b/data/themes/tizen/widgets/layout.edc @@ -286,7 +286,7 @@ group { name: "elm/layout/navigator/default"; max: -1 16; } } - part { name: "elm.swallow.content"; + part { name: "elm.swallow.content"; type: SWALLOW; description { state: "default" 0.0; rel1 { @@ -296,6 +296,18 @@ group { name: "elm/layout/navigator/default"; } } } + part { name: "border"; + type: RECT; + description { state: "default" 0.0; + align: 0.5 0.0; + min: 0 1; + max: -1 1; + color_class: "border"; + rel1.to_y: "elm.swallow.content"; + rel2.to_y: "elm.swallow.content"; + rel2.offset: -1 -2; + } + } part { name: "elm.swallow.btn0"; type: SWALLOW; description { state: "default" 0.0; --