summaryrefslogtreecommitdiffstats
path: root/appstore/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'appstore/settings.py')
-rw-r--r--appstore/settings.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/appstore/settings.py b/appstore/settings.py
index 2224284..092ea09 100644
--- a/appstore/settings.py
+++ b/appstore/settings.py
@@ -159,8 +159,8 @@ STATIC_ROOT = os.path.join(BASE_DIR, 'static')
MEDIA_URL = ''
# Icon size (icons are resized to this size on upload)
-ICON_SIZE_X = 36
-ICON_SIZE_Y = 32
+ICON_SIZE_X = 50
+ICON_SIZE_Y = 50
# If the icon should be transformed to monochrome, with alpha channel, when uploaded or not
-ICON_DECOLOR = True
+ICON_DECOLOR = False