further resized icons to 16*15 (still patch 1151163)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-02-27 16:42:51 +00:00
parent 1f621c2fd6
commit f686d8ad4f
23 changed files with 499 additions and 536 deletions

View File

@@ -1,7 +1,7 @@
/* XPM */
static char *dir_up_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 16 4 1",
"16 15 4 1",
"@ c #000000",
" c None",
"* c Yellow",
@@ -21,6 +21,4 @@ static char *dir_up_xpm[] = {
" @*:*:*:*:*:*:*@",
" @:*:*:*:*:*:*:@",
" @@@@@@@@@@@@@@@",
" ",
" ",
};
" "};