diff options
| author | Felipe Corr??a da Silva Sanches <juca@members.fsf.org> | 2011-06-13 07:13:27 +0000 |
|---|---|---|
| committer | Felipe C. da S. Sanches <juca@members.fsf.org> | 2011-06-13 07:13:27 +0000 |
| commit | b7ca7be174c5b81b147d68425f1fa275fa154dd7 (patch) | |
| tree | 294fcad2a97e74ba80d0b9971418ce79209b4afd /src/pixmaps | |
| parent | using green color instead of parentheses to differentiate the angle label in ... (diff) | |
| download | inkscape-b7ca7be174c5b81b147d68425f1fa275fa154dd7.tar.gz inkscape-b7ca7be174c5b81b147d68425f1fa275fa154dd7.zip | |
fixing the measure tool cursor to have a crosshair just like all other drawing tools
fixes bug #796446
(bzr r10293)
Diffstat (limited to 'src/pixmaps')
| -rw-r--r-- | src/pixmaps/cursor-measure.xpm | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/src/pixmaps/cursor-measure.xpm b/src/pixmaps/cursor-measure.xpm index 753bfd14e..2a28579c6 100644 --- a/src/pixmaps/cursor-measure.xpm +++ b/src/pixmaps/cursor-measure.xpm @@ -1,37 +1,37 @@ /* XPM */ -static char const * cursor_measure_xpm[] = { +static char const *cursor_measure_xpm[] = { "32 32 3 1", " c None", ". c #FFFFFF", "+ c #000000", -" .. ", -" .++. ", -" .+..+. ", -" .+....+. ", -".+..+...+. ", -".+.+.....+. ", -" .+.......+. ", -" .+.+.....+. ", -" .+...+...+. ", -" .+.+.....+. ", -" .+.......+. ", -" .+.+.....+. ", -" .+...+...+. ", -" .+.+.....+. ", -" .+.......+. ", -" .+.+.....+. ", -" .+...+.+. ", -" .+.+.+. ", -" .+.+. ", -" .+. ", -" . ", -" ", -" ", -" ", -" ", -" ", -" ", -" ", +" ... ", +" .+. ", +" .+. ", +"....+.... ", +".+++ +++. ", +"....+.... ", +" .+. ", +" .+. .. ", +" ... .++. ", +" .+..+. ", +" .+....+. ", +" .+..+...+. ", +" .+.+.....+. ", +" .+.......+. ", +" .+.+.....+. ", +" .+...+...+. ", +" .+.+.....+. ", +" .+.......+. ", +" .+.+.....+. ", +" .+...+...+. ", +" .+.+.....+. ", +" .+.......+. ", +" .+.+.....+. ", +" .+...+.+. ", +" .+.+.+. ", +" .+.+. ", +" .+. ", +" . ", " ", " ", " ", |
