Some window icons. Will apply to all the module .edj files if theyre ok. Feedback welcome.

SVN revision: 37901
This commit is contained in:
toma 2008-12-02 05:04:56 +00:00 committed by toma
parent 99be358466
commit 30639dc459
8 changed files with 2 additions and 1 deletions

View File

@ -22666,6 +22666,7 @@ ICON("enlightenment/performance","icon_performance.png",64)
ICON("enlightenment/startup","icon_startup.png",64)
ICON("enlightenment/winlist","icon_winlist.png",64)
ICON("enlightenment/window_manipulation","icon_window_manipulation.png",64)
ICON("enlightenment/window_stacking","icon_winlist.png",64)
ICON("enlightenment/menus","icon_menus.png",64)
ICON("enlightenment/menu_settings","icon_menu_settings.png",64)
ICON("enlightenment/advanced","icon_advanced.png",64)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -44,7 +44,7 @@ e_int_config_window_stacking(E_Container *con, const char *params __UNUSED__)
cfd = e_config_dialog_new(con,
_("Window Stacking"),
"E", "_config_window_stacking_dialog",
"enlightenment/window_manipulation", 0, v, NULL);
"enlightenment/window_stacking", 0, v, NULL);
return cfd;
}