From: Krzysztof KosiƄski Date: Sun, 21 Nov 2010 14:59:47 +0000 (+0100) Subject: Fix wrong number of colors in Tweak tool XPM cursors X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=852c1d80c16a2e24d94c87979a1cf9b986a94b18;p=inkscape.git Fix wrong number of colors in Tweak tool XPM cursors --- diff --git a/src/pixmaps/cursor-attract.xpm b/src/pixmaps/cursor-attract.xpm index 23e999304..56033b287 100644 --- a/src/pixmaps/cursor-attract.xpm +++ b/src/pixmaps/cursor-attract.xpm @@ -1,6 +1,6 @@ /* XPM */ static char const *cursor_attract_xpm[] = { -"32 32 6 1", +"32 32 3 1", " c None", ". c #FFFFFF", "+ c #000000", diff --git a/src/pixmaps/cursor-repel.xpm b/src/pixmaps/cursor-repel.xpm index 3415ce490..d365cddc3 100644 --- a/src/pixmaps/cursor-repel.xpm +++ b/src/pixmaps/cursor-repel.xpm @@ -1,6 +1,6 @@ /* XPM */ static char const *cursor_repel_xpm[] = { -"32 32 6 1", +"32 32 3 1", " c None", ". c #FFFFFF", "+ c #000000",