From d7f6918abd7df46d6931b7b1133a84180179e3b4 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 9 Dec 2002 16:43:57 +0000 Subject: [PATCH] removed garbage pixels from the icon git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/treectrl/icon1.xpm | 44 +++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/samples/treectrl/icon1.xpm b/samples/treectrl/icon1.xpm index 0dc70cfc0d..0263fadbaa 100644 --- a/samples/treectrl/icon1.xpm +++ b/samples/treectrl/icon1.xpm @@ -8,34 +8,34 @@ static char *icon1_xpm[] = { /* pixels */ "################################", "################################", -".##..................##.##.##.##", "####................############", -"##.#..############....##.###.###", +"####................############", +"####..############....##########", "####..############....##########", -"####..##..##..####..##..##.###.#", -".##...##..##..####..##..########", -"####..############........##.###", +"####..##..##..####..##..########", +"####..##..##..####..##..########", "####..############........######", -"##.#..##..##..##########...##.##", +"####..############........######", +"####..##..##..##########..######", "####..##..##..##########..######", -"#.##..##################..######", -"###...##################..#.##.#", +"####..##################..######", +"###...##################..######", +"####..##..##..##..##..##..######", +"####..##..##..##..##..##..######", +"####..##################..######", +"####..##################..######", "####..##..##..##..##..##..######", "####..##..##..##..##..##..######", -"#.##..##################...##.##", "####..##################..######", -"##.#..##..##..##..##..##..##.###", +"####..##################..######", "####..##..##..##..##..##..######", -"####..##################...###.#", -"##.#..##################..######", -"####..##..##..##..##..##..##.###", -"#.##..##..##..##..##..##..######", -"####..##################..###.##", -"####..##################...#####", -"##.#......................##.###", -"####......................####.#", -"#.##############################", -"####.###.#####.#####.#####.#####", -"###########.#####.#####.#####.##", -"##.###.#########################" +"####..##..##..##..##..##..######", +"####..##################..######", +"####..##################..######", +"####......................######", +"####......................######", +"################################", +"################################", +"################################", +"################################" }; -- 2.45.2