raster pushed a commit to branch feature/themes/flat. http://git.enlightenment.org/core/efl.git/commit/?id=0120bbbd1fe2ee6dc09078722e44a5f8d49017d5
commit 0120bbbd1fe2ee6dc09078722e44a5f8d49017d5 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Wed Jul 29 17:28:13 2020 +0100 TH start - actually be exact at default size to match --- data/elementary/themes/edc/start.edc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/elementary/themes/edc/start.edc b/data/elementary/themes/edc/start.edc index 6ed631578d..e8d1316756 100644 --- a/data/elementary/themes/edc/start.edc +++ b/data/elementary/themes/edc/start.edc @@ -15,6 +15,8 @@ group { name: "e/modules/start/main"; description { state: "default" 0.0; image.normal: "i-arrow-u"; color: 160 160 160 255; + rel1.relative: (5/40) (5/40); + rel2.relative: (35/40) (35/40); } description { state: "down" 0.0; inherit: "default" 0.0; --
