Made all bitmaps 16x16

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42830 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-10-31 10:51:33 +00:00
parent 325219cb26
commit 4fe0156b18
7 changed files with 18 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
/* XPM */
static char *cut_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 25 1",
"16 16 25 1",
"6 c #D8BDC0",
": c #C3C3C4",
"- c #FFFFFF",
@@ -42,5 +42,6 @@ static char *cut_xpm[] = {
" ,2 4< <5 2, ",
" <, ,2 2, ,< ",
" 23,<5 5<,32 ",
" 6225 522> "
" 6225 522> ",
" "
};