[gnome-icon-theme] MinSize=8, MaxSize=512 for scalable/ as for Jakub comment.
- From: Lapo Calamandrei <lapo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-icon-theme] MinSize=8, MaxSize=512 for scalable/ as for Jakub comment.
- Date: Mon, 24 May 2010 16:18:36 +0000 (UTC)
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]