diff options
author | rbuj <[email protected]> | 2019-08-20 23:30:22 +0200 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2019-08-22 11:51:34 -0400 |
commit | b8f068f9805cc6a62dca22a37f5e2658171e35b1 (patch) | |
tree | bd985ff296d3e1c6f1e5168809245ba981e19d85 /mate/22x22/devices/Makefile.am | |
parent | 0e2aa2a3887d008ec6ac39894ed482b49f871eee (diff) | |
download | mate-icon-theme-b8f068f9805cc6a62dca22a37f5e2658171e35b1.tar.bz2 mate-icon-theme-b8f068f9805cc6a62dca22a37f5e2658171e35b1.tar.xz |
Fix mate/22x22/devices/printer.png
Diffstat (limited to 'mate/22x22/devices/Makefile.am')
-rw-r--r-- | mate/22x22/devices/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate/22x22/devices/Makefile.am b/mate/22x22/devices/Makefile.am index 4121052..5bea6fc 100644 --- a/mate/22x22/devices/Makefile.am +++ b/mate/22x22/devices/Makefile.am @@ -208,7 +208,7 @@ phone.png: ../../../src/phone.svg printer.png: ../../../src/printers.svg @echo " "$@ - @inkscape -z $^ --export-area=603:94:625:116 -w=22 -h=22 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=303:394:325:416 -w=22 -h=22 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ printer-network.png: ../../../src/printer-network.svg |