From ddbfd0b353b642e031a253fc0e35191f0aef7f4b Mon Sep 17 00:00:00 2001 From: Lapo Calamandrei Date: Mon, 20 Nov 2017 11:28:46 +0100 Subject: 256 mistakenly not scalable - there are still 256x256 in the theme, don't set them "fixed". https://bugzilla.gnome.org/show_bug.cgi?id=785574 --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0f0017bfd..73f4482ce 100644 --- a/Makefile.am +++ b/Makefile.am @@ -87,6 +87,10 @@ THEME_DIRS=$(shell SIZES="$(install_sizes)"; for size in $$SIZES; do for dir in echo "MinSize=16" >> $@; \ echo "MaxSize=32" >> $@; \ echo "Type=Scalable" >> $@; \ + elif test "$$size" = "256"; then \ + echo "MinSize=56" >> $@; \ + echo "MaxSize=256" >> $@; \ + echo "Type=Scalable" >> $@; \ elif test "$$size" = "512"; then \ echo "MinSize=56" >> $@; \ echo "MaxSize=512" >> $@; \ -- cgit v1.2.1