diff --git a/data/themes/default_icons.edc b/data/themes/default_icons.edc index aa2a5ab8c..a6f908d44 100644 --- a/data/themes/default_icons.edc +++ b/data/themes/default_icons.edc @@ -26,6 +26,7 @@ images { image: "e17_icon_performance.png" LOSSY 90; image: "e17_icon_startup.png" LOSSY 90; image: "e17_icon_applications.png" LOSSY 90; + image: "e17_icon_menus.png" LOSSY 90; image: "e17_icon_window_focus.png" LOSSY 90; image: "e17_icon_screen_resolution.png" LOSSY 90; @@ -904,6 +905,25 @@ group { } } } +group { + name: "e/icons/enlightenment/menus"; + max: 64 64; + parts { + part { + name: "icon"; + mouse_events: 0; + description { + state: "default" 0.0; + aspect: 1.0 1.0; + aspect_preference: BOTH; + max: 64 64; + image { + normal: "e17_icon_menus.png"; + } + } + } + } +} group { name: "e/icons/enlightenment/screen_normal"; max: 24 24; diff --git a/data/themes/images/Makefile.am b/data/themes/images/Makefile.am index 49433e228..cf9e30285 100644 --- a/data/themes/images/Makefile.am +++ b/data/themes/images/Makefile.am @@ -406,6 +406,7 @@ e17_icon_shelf.png \ e17_icon_applications.png \ e17_icon_performance.png \ e17_icon_startup.png \ +e17_icon_menus.png \ e17_button_detail_paste.png \ e17_button_detail_arrange_name.png \ e17_button_detail_properties.png \ diff --git a/data/themes/images/e17_icon_menus.png b/data/themes/images/e17_icon_menus.png new file mode 100644 index 000000000..d2eb690b2 Binary files /dev/null and b/data/themes/images/e17_icon_menus.png differ