[gnome-icon-theme] MinSize=8, MaxSize=512 for scalable/ as for Jakub comment.



commit d878b79414f654fb4dd9182a2ebeb75e04e73945
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Mon May 24 18:18:21 2010 +0200

    MinSize=8, MaxSize=512 for scalable/ as for Jakub comment.

 Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 0bec5b4..693a3cc 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" >> $@; \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]