changeset 94:befbd69b4ab5

Adjust main window logo size.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 08 Jun 2017 13:06:48 +0300
parents df313324f9f6
children fb5227b415e6
files Makefile.gen img/logo.png
diffstat 2 files changed, 1 insertions(+), 1 deletions(-) [+]
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 $+ -> $@"
Binary file img/logo.png has changed