rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=ce5c62e4763d21ab821e21d0ba9d0591281849e1
commit ce5c62e4763d21ab821e21d0ba9d0591281849e1 Author: Vitalii Vorobiov <[email protected]> Date: Wed Jun 1 15:40:45 2016 +0300 TIZEN: add UIUX-background to inwin (to managers) --- data/themes/tizen/widgets/inwin.edc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/data/themes/tizen/widgets/inwin.edc b/data/themes/tizen/widgets/inwin.edc index e395b4b..3186fc0 100644 --- a/data/themes/tizen/widgets/inwin.edc +++ b/data/themes/tizen/widgets/inwin.edc @@ -122,6 +122,23 @@ group { name: "elm/win/inwin/modal_window"; rel2.to_x: "base"; } } + part { name: "bg.content"; + type: RECT; + description { state: "default" 0.0; + align: 0.5 0.0; + color: 244 244 244 255; + rel1 { + relative: 0.0 1.0; + to_x: "base"; + to_y: "separator.title"; + } + rel2 { + relative: 1.0 0.0; + to_x: "base"; + to_y: "separator.buttons"; + } + } + } part { name: "elm.swallow.content"; type: SWALLOW; description { state: "default" 0.0; --
