raster pushed a commit to branch feature/themes/flat. http://git.enlightenment.org/core/efl.git/commit/?id=e1e9f66956c420449ae4a0bbc9ebd96bdb7b0471
commit e1e9f66956c420449ae4a0bbc9ebd96bdb7b0471 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Thu Jan 31 17:38:19 2019 +0000 TH - conf - gagdet - remove box - looks nicer in shelf --- data/elementary/themes/edc/conf.edc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/data/elementary/themes/edc/conf.edc b/data/elementary/themes/edc/conf.edc index e93b66b0c6..e56f73f0b3 100644 --- a/data/elementary/themes/edc/conf.edc +++ b/data/elementary/themes/edc/conf.edc @@ -46,16 +46,11 @@ group { name: "e/modules/conf/main"; min: 16 16; parts { part { name: "base"; type: RECT; - scale: 1; description { state: "default" 0.0; - color: 80 80 80 255; - rel1.offset: 2 2; - rel2.offset: -3 -3; - offscale; + color: 0 0 0 0; } description { state: "clicked" 0.0; inherit: "default" 0.0; - color: 40 40 40 255; } } part { name: "spanner"; mouse_events: 0; --
