rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=ecd2a3698bdc7246cdd241f2b63f9c9c83e20ca4
commit ecd2a3698bdc7246cdd241f2b63f9c9c83e20ca4 Author: Vitalii Vorobiov <[email protected]> Date: Wed Jan 18 17:36:36 2017 +0200 theme: icon for Vector part in group navigator --- data/themes/default/images/icon-vector.png | Bin 0 -> 216 bytes data/themes/default/widgets/image.edc | 1 + 2 files changed, 1 insertion(+) diff --git a/data/themes/default/images/icon-vector.png b/data/themes/default/images/icon-vector.png new file mode 100755 index 0000000..7efdd57 Binary files /dev/null and b/data/themes/default/images/icon-vector.png differ diff --git a/data/themes/default/widgets/image.edc b/data/themes/default/widgets/image.edc index 5fbe5bf..defd2c3 100644 --- a/data/themes/default/widgets/image.edc +++ b/data/themes/default/widgets/image.edc @@ -28,6 +28,7 @@ IM("icon", "group", "icon-group.png", 12 11, 0 0 0 0, IM("icon", "proxy", "icon-proxy.png", 12 11, 0 0 0 0, SCALE, SOLID) IM("icon", "table", "icon-table.png", 12 11, 0 0 0 0, SCALE, SOLID) IM("icon", "box", "icon-box.png", 12 11, 0 0 0 0, SCALE, SOLID) +IM("icon", "vector", "icon-vector.png", 12 11, 0 0 0 0, SCALE, SOLID) IM("icon", "external", "icon-external.png", 12 11, 0 0 0 0, SCALE, SOLID) IM("icon", "attention", "attention.png", 16 16, 0 0 0 0, SCALE, SOLID) --
