diff options
| author | Martin Owens <doctormo@gmail.com> | 2019-02-26 04:45:12 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2019-02-26 04:45:12 +0000 |
| commit | bba2a8f297764575af547c258f30589bf887d050 (patch) | |
| tree | 9fd592058bdb0c13ef341c2917c3e443e454a139 /src | |
| parent | Prevent text dialog to become too wide. (diff) | |
| download | inkscape-bba2a8f297764575af547c258f30589bf887d050.tar.gz inkscape-bba2a8f297764575af547c258f30589bf887d050.zip | |
Make align handle thicker like traditional handles
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/pixmaps/handles.xpm | 87 |
1 files changed, 43 insertions, 44 deletions
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", +" . ", +" .. ...", +" .+. .+.", +" .++. .+.", +" .+++. .+.", +" .++++. .+.", +" .+++++. .+.", +"........ .+.", +" .+.", +" .+.", +" ..........+.", +" .++++++++++.", +" ............"}; |
