rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=b2e131378ba91ec4f31b9dc10b774aadfbdea5c6
commit b2e131378ba91ec4f31b9dc10b774aadfbdea5c6 Author: Mykyta Biliavskyi <[email protected]> Date: Fri Jun 17 11:30:10 2016 +0300 Tizen theme: update shadow for inwin. --- data/themes/tizen/widgets/inwin.edc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/data/themes/tizen/widgets/inwin.edc b/data/themes/tizen/widgets/inwin.edc index aa7bbf5..7787954 100644 --- a/data/themes/tizen/widgets/inwin.edc +++ b/data/themes/tizen/widgets/inwin.edc @@ -1,4 +1,5 @@ group { name: "elm/win/inwin/modal_window"; + images.image: "shadow.png" COMP; parts { part { name: "block_events"; type: RECT; @@ -10,6 +11,24 @@ group { name: "elm/win/inwin/modal_window"; color: 255 0 0 50; } } + part { name: "shadow"; + insert_before: "bg0"; + type: IMAGE; + description { state: "default" 0.0; + image { + normal: "shadow.png"; + border: 20 20 20 20; + } + rel1 { + offset: -7 -7; + to: "bg0"; + } + rel2 { + offset: 9 9; + to: "bg0"; + } + } + } part { name: "bg0"; type: RECT; description { state: "default" 0.0; --
