raster pushed a commit to branch feature/themes/flat. http://git.enlightenment.org/core/efl.git/commit/?id=2af38da3006a92964b3a04588052731448f40805
commit 2af38da3006a92964b3a04588052731448f40805 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Mon Apr 1 01:09:55 2019 +0100 TH - tiling --- data/elementary/themes/edc/tiling.edc | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/data/elementary/themes/edc/tiling.edc b/data/elementary/themes/edc/tiling.edc index 08efd17337..7a9969207a 100644 --- a/data/elementary/themes/edc/tiling.edc +++ b/data/elementary/themes/edc/tiling.edc @@ -1,8 +1,13 @@ group { "e/modules/tiling/indicator"; + images.image: "outline_glow.png" COMP; + images.image: "diagonal_stripes.png" COMP; parts { - rect { "main"; - desc { "default"; - color: 100 100 100 100; + part { name: "base"; mouse_events: 0; + description { state: "default" 0.0; + image.normal: "outline_glow.png"; + image.border: 4 4 4 4; + image.middle: 0; + fill.smooth: 0; } } image { "background"; @@ -20,8 +25,9 @@ group { "e/modules/tiling/indicator"; } } swallow { "e.client.icon"; + scale: 1; desc { "default"; - min: 20 20; + min: 24 24; rel1 { relative: 0.5 0.5; } --
