1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2025-04-21 12:27:27 +03:00

eeshow/Makefile, gui/sheet.c: grow icons from 16 to 20 pixels reduce padding

This commit is contained in:
Werner Almesberger
2016-08-21 02:01:36 -03:00
parent 72a84bb29a
commit c8dfe1c4f6
2 changed files with 3 additions and 2 deletions

View File

@@ -68,8 +68,8 @@ gui/help.c: help.inc
clean::
rm -f help.inc
icons/%.hex: icons/%.fig
$(BUILD) fig2dev -L png -S 4 -Z 0.48 $< | \
icons/%.hex: icons/%.fig Makefile
$(BUILD) fig2dev -L png -S 4 -Z 0.60 $< | \
convert - -transparent white - | \
hexdump -v -e '/1 "0x%x, "' >$@; \
[ "$${PIPESTATUS[*]}" = "0 0 0" ] || { rm -f $@; exit 1; }