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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user