diff Makefile.gen @ 94:befbd69b4ab5

Adjust main window logo size.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 08 Jun 2017 13:06:48 +0300
parents efab68769c75
children 325e7590f93e
line wrap: on
line diff
--- a/Makefile.gen	Thu Jun 08 13:06:27 2017 +0300
+++ b/Makefile.gen	Thu Jun 08 13:06:48 2017 +0300
@@ -91,7 +91,7 @@
 	inkscape --export-area-page -w $(patsubst $(APP_IMG)icon-%.png,%,$@) -h $(patsubst $(APP_IMG)icon-%.png,%,$@) -e "$@" "$<"
 
 $(APP_IMG)logo.png: $(addprefix $(APP_IMG),$(LOGO_SVG))
-	inkscape --export-area-page -w 320 -h 280 -e "$@" "$<"
+	inkscape --export-area-page -w 258 -h 220 -e "$@" "$<"
 
 icon.ico: $(addprefix $(APP_IMG),$(ICON_PNGS))
 	@echo " CONVERT $+ -> $@"