raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4a080fc315051eb847cd0211c02b14fe0f058aae
commit 4a080fc315051eb847cd0211c02b14fe0f058aae Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Sat Apr 10 17:31:35 2021 +0100 elm theme - add sub icon in addition to add --- data/elementary/themes/edc/icons.edc | 1 + 1 file changed, 1 insertion(+) diff --git a/data/elementary/themes/edc/icons.edc b/data/elementary/themes/edc/icons.edc index 382e41cc23..65c78e02e2 100644 --- a/data/elementary/themes/edc/icons.edc +++ b/data/elementary/themes/edc/icons.edc @@ -189,6 +189,7 @@ ICON("edit-select-all", "i-select-all") ICON("transform-move", "i-move") ICON("transform-scale", "i-resize") ICON("add", "i-plus") +ICON("sub", "i-minus") ICON("view-order", "i-sort") ICON("view-sort", "i-sort") ICON("view-inherit", "i-win-nest") --