diff --git a/data/themes/default_icons.edc b/data/themes/default_icons.edc index a109d4914..b427c2270 100644 --- a/data/themes/default_icons.edc +++ b/data/themes/default_icons.edc @@ -27,6 +27,7 @@ images { image: "e17_icon_font.png" LOSSY 90; image: "e17_icon_background.png" LOSSY 90; + image: "e17_icon_mouse.png" LOSSY 90; image: "e17_pager_window.png" COMP; @@ -34,8 +35,6 @@ images { image: "e17_icon_up_arrow.png" COMP; image: "e17_icon_down_arrow.png" COMP; - image: "e17_pointer.png" COMP; - image: "e17_shelf_bottom_left.png" COMP; image: "e17_shelf_bottom.png" COMP; image: "e17_shelf_bottom_right.png" COMP; @@ -546,7 +545,7 @@ group { aspect: 1.0 1.0; max: 64 64; image { - normal: "e17_pointer.png"; + normal: "e17_icon_mouse.png"; } } } diff --git a/data/themes/images/Makefile.am b/data/themes/images/Makefile.am index e3744a668..1bd6b8967 100644 --- a/data/themes/images/Makefile.am +++ b/data/themes/images/Makefile.am @@ -378,6 +378,7 @@ e17_icon_screen_left.png \ e17_icon_screen_normal.png \ e17_icon_screen_right.png \ e17_icon_screen_vflip.png \ +e17_icon_mouse.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_mouse.png b/data/themes/images/e17_icon_mouse.png new file mode 100644 index 000000000..85ce0b00b Binary files /dev/null and b/data/themes/images/e17_icon_mouse.png differ