rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=a99208c5cda35807e4340303dd4aa32e6899930f
commit a99208c5cda35807e4340303dd4aa32e6899930f Author: Tetiana Naumenko <[email protected]> Date: Mon Feb 6 18:16:17 2017 +0200 default theme: add icon for script manager window Change-Id: I838c033defcde6a5105098fa59b45f844e9cd126 --- data/themes/default/images/icon_code2.png | Bin 0 -> 16598 bytes data/themes/default/widgets/icon.edc | 1 + 2 files changed, 1 insertion(+) diff --git a/data/themes/default/images/icon_code2.png b/data/themes/default/images/icon_code2.png new file mode 100644 index 0000000..f2592a6 Binary files /dev/null and b/data/themes/default/images/icon_code2.png differ diff --git a/data/themes/default/widgets/icon.edc b/data/themes/default/widgets/icon.edc index 6452274..e44bf10 100644 --- a/data/themes/default/widgets/icon.edc +++ b/data/themes/default/widgets/icon.edc @@ -32,6 +32,7 @@ IC("color", "toolbar/color", "menu/color", "i IC("text", "toolbar/text", "menu/text", "icon_text.png", 14, 0); IC("info", "toolbar/info", "menu/info", "icon_info.png", 14, 0); IC("eye", "toolbar/eye", "menu/eye", "icon_eye.png", 14, 0); +IC("code2", "toolbar/code", "menu/code", "icon_code2.png", 14, 0); IC("type_rectangle", "toolbar/type_rectangle", "menu/type_rectangle", "icon-rectangle.png", 14, 0); IC("type_text", "toolbar/type_text", "menu/type_text", "icon-text.png", 14, 0); --
