rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=ae2cff38f8eb1a1a284eb0dd2449783453a0cb9c
commit ae2cff38f8eb1a1a284eb0dd2449783453a0cb9c Author: Mykyta Biliavskyi <[email protected]> Date: Wed May 25 18:22:13 2016 +0300 Tizen theme: update bg chess resource. --- data/themes/tizen/images/bg_grid.png | Bin 0 -> 178 bytes data/themes/tizen/widgets/layouts/workspace.edc | 7 ++++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/data/themes/tizen/images/bg_grid.png b/data/themes/tizen/images/bg_grid.png new file mode 100644 index 0000000..9cba448 Binary files /dev/null and b/data/themes/tizen/images/bg_grid.png differ diff --git a/data/themes/tizen/widgets/layouts/workspace.edc b/data/themes/tizen/widgets/layouts/workspace.edc index 1bce127..4fb827c 100644 --- a/data/themes/tizen/widgets/layouts/workspace.edc +++ b/data/themes/tizen/widgets/layouts/workspace.edc @@ -1,4 +1,5 @@ group { name: "elm/layout/workspace/bg"; + images.image: "bg_grid.png" COMP; parts { part { name: "bg0"; type: RECT; @@ -15,7 +16,7 @@ group { name: "elm/layout/workspace/bg"; type: IMAGE; description { state: "default" 0.0; image { - normal: "bg_demo.png"; + normal: "bg_grid.png"; middle: DEFAULT; } fill { @@ -25,7 +26,7 @@ group { name: "elm/layout/workspace/bg"; description { state: "black" 0.0; color: 255 255 255 0; image { - normal: "bg_demo.png"; + normal: "bg_grid.png"; middle: DEFAULT; } fill { @@ -35,7 +36,7 @@ group { name: "elm/layout/workspace/bg"; description { state: "white" 0.0; color: 255 255 255 0; image { - normal: "bg_demo.png"; + normal: "bg_grid.png"; middle: DEFAULT; } fill { --
