# HG changeset patch # User Matti Hamalainen # Date 1496916408 -10800 # Node ID befbd69b4ab5076f1753e4548cd1a75f82c69bda # Parent df313324f9f6b1f57bef9dd89f5af3f4f93792ce Adjust main window logo size. diff -r df313324f9f6 -r befbd69b4ab5 Makefile.gen --- 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 $+ -> $@" diff -r df313324f9f6 -r befbd69b4ab5 img/logo.png Binary file img/logo.png has changed