[adwaita-icon-theme] 512 mistakenly not scalable
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [adwaita-icon-theme] 512 mistakenly not scalable
- Date: Tue, 26 Sep 2017 13:46:54 +0000 (UTC)
commit 824af3c19333c1e310dbb6818398ead290ddb11d
Author: Jakub Steiner <jimmac gmail com>
Date: Tue Sep 26 15:44:27 2017 +0200
512 mistakenly not scalable
- during the 256 > 512 transition, the automake system wasn't updated
to mark the 512 size as scalable, thus some lower sizes were handled
by 48x48 or icons appeared giant (512 nominal size).
https://bugzilla.gnome.org/show_bug.cgi?id=785574
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index aa1f59b..0f0017b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -87,7 +87,7 @@ 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 \
+ elif test "$$size" = "512"; then \
echo "MinSize=56" >> $@; \
echo "MaxSize=512" >> $@; \
echo "Type=Scalable" >> $@; \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]