raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=235d2c9a2f57d7a4bbb7a2da13aeda9224e5f40a
commit 235d2c9a2f57d7a4bbb7a2da13aeda9224e5f40a Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Sun Mar 28 02:07:55 2021 +0100 elm theme - use proper icon not png direct --- data/elementary/themes/edc/wallpaper.edc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/elementary/themes/edc/wallpaper.edc b/data/elementary/themes/edc/wallpaper.edc index f653e210d7..ea4be80fad 100644 --- a/data/elementary/themes/edc/wallpaper.edc +++ b/data/elementary/themes/edc/wallpaper.edc @@ -128,7 +128,7 @@ relative: 0.0 0.0; offset: 8 8; } - image.normal: "arrow-u-030.png"; + image.normal: "i-arrow-u"; color: 160 160 160 255; } } --
