summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLapo Calamandrei <calamandrei@gmail.com>2010-05-24 18:18:21 +0200
committerLapo Calamandrei <calamandrei@gmail.com>2010-05-24 18:18:21 +0200
commitd878b79414f654fb4dd9182a2ebeb75e04e73945 (patch)
tree31e169cc063772cb377c32bb0fdba6be8453fb0f /Makefile.am
parentd5f441bb32b3af9e3e8eef9d46f9bd76a6f81b16 (diff)
downloadadwaita-icon-theme-d878b79414f654fb4dd9182a2ebeb75e04e73945.tar.gz
MinSize=8, MaxSize=512 for scalable/ as for Jakub comment.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 0bec5b44d..693a3ccae 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -54,8 +54,8 @@ THEME_DIRS=$(shell SIZES="$(render_sizes)"; for size in $$SIZES; do for dir in `
fi; \
echo "Size=$$size" >> $@; \
if test "$$sizefull" = "scalable"; then \
- echo "MinSize=16" >> $@; \
- echo "MaxSize=256" >> $@; \
+ echo "MinSize=8" >> $@; \
+ echo "MaxSize=512" >> $@; \
echo "Type=Scalable" >> $@; \
elif test "$$size" = "256"; then \
echo "MinSize=56" >> $@; \