diff --git a/eeshow/Makefile b/eeshow/Makefile index 6dc7654..ff4c14b 100644 --- a/eeshow/Makefile +++ b/eeshow/Makefile @@ -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; } diff --git a/eeshow/gui/sheet.c b/eeshow/gui/sheet.c index 36e735d..841363e 100644 --- a/eeshow/gui/sheet.c +++ b/eeshow/gui/sheet.c @@ -198,6 +198,7 @@ static void add_delta(struct gui_ctx *ctx) style = overlay_style_default; if (ctx->old_hist && ctx->diff_mode == diff_delta) style.frame = RGBA(0, 0, 0, 1); + style.pad = 4; overlay_style(over, &style); if (use_delta) overlay_icon(over, icon_delta);