From bba2a8f297764575af547c258f30589bf887d050 Mon Sep 17 00:00:00 2001 From: Martin Owens Date: Mon, 25 Feb 2019 23:45:12 -0500 Subject: Make align handle thicker like traditional handles --- src/ui/pixmaps/handles.xpm | 87 +++++++++++++++++++++++----------------------- 1 file changed, 43 insertions(+), 44 deletions(-) (limited to 'src') diff --git a/src/ui/pixmaps/handles.xpm b/src/ui/pixmaps/handles.xpm index e16e61bc7..9ef2b4bce 100644 --- a/src/ui/pixmaps/handles.xpm +++ b/src/ui/pixmaps/handles.xpm @@ -1,4 +1,4 @@ -/* XPM North-West */ +/* XPM */ static char const *handle_scale_xpm[] = { "13 13 3 1", " c None", @@ -18,7 +18,7 @@ static char const *handle_scale_xpm[] = { " ....... ", " "}; -/* XPM Vertical */ +/* XPM */ static char const *handle_stretch_xpm[] = { "13 13 3 1", " c None", @@ -38,7 +38,7 @@ static char const *handle_stretch_xpm[] = { " ", " "}; -/* XPM North-West */ +/* XPM */ static char const *handle_rotate_xpm[] = { "13 13 3 1", " c None", @@ -58,7 +58,7 @@ static char const *handle_rotate_xpm[] = { " ... ", " . "}; -/* XPM North */ +/* XPM */ static char const *handle_skew_xpm[] = { "13 13 3 1", " c None", @@ -101,11 +101,9 @@ static char const *handle_center_xpm[] = { /* XPM */ static char const *handle_align_xpm[] = { "13 13 3 1", -" c None", -". c #000000", -"+ c #FFFFFF", -" ", -" ", +" c None", +". c #000000", +"+ c #FFFFFF", " ", " ", " ", @@ -114,47 +112,48 @@ static char const *handle_align_xpm[] = { " .+++++. ", " .+++. ", " .+. ", -" + ", -" ........... ", +" . ", +".............", +".+++++++++++.", +".............", " "}; /* XPM */ static char const *handle_align_center_xpm[] = { "13 13 3 1", -" c None", -". c #000000", -"+ c #FFFFFF", -" ......... ", -" .+++++. ", -". .+++. .", -".. .+. ..", -".+. . .+.", -".++. . .++.", -".+++.....+++.", -".++. . .++.", -".+. . .+.", -".. .+. ..", -". .+++. .", -" .+++++. ", -" ......... "}; +" c None", +". c #000000", +"+ c #FFFFFF", +".............", +".+++++++++++.", +".+.........+.", +".+. + .+.", +".+. + .+.", +".+. + .+.", +".+.+++++++.+.", +".+. + .+.", +".+. + .+.", +".+. + .+.", +".+.........+.", +".+++++++++++.", +"............."}; /* XPM */ static char const *handle_align_corner_xpm[] = { "13 13 3 1", -" c None", -". c #000000", -"+ c #FFFFFF", -" ", -" ", -" . . ", -" .. . ", -" .+. . ", -" .++. . ", -" .+++. . ", -" ...... . ", -" . . ", -" . . ", -" .. ", -" ........... ", -" "}; - +" c None", +". c #000000", +"+ c #FFFFFF", +" . ", +" .. ...", +" .+. .+.", +" .++. .+.", +" .+++. .+.", +" .++++. .+.", +" .+++++. .+.", +"........ .+.", +" .+.", +" .+.", +" ..........+.", +" .++++++++++.", +" ............"}; -- cgit v1.2.3