diff cagou/core/constants.py @ 422:efee0e0afb78

core (common): moved simple_xhtml's image code to a generic "SizedImage" widget
author Goffi <goffi@goffi.org>
date Wed, 26 Feb 2020 16:41:27 +0100
parents 83d184393fe1
children 3c9ba4a694ef
line wrap: on
line diff
--- a/cagou/core/constants.py	Wed Feb 26 16:39:17 2020 +0100
+++ b/cagou/core/constants.py	Wed Feb 26 16:41:27 2020 +0100
@@ -53,8 +53,8 @@
     COLOR_BTN_LIGHT = (0.4, 0.4, 0.4, 1)
 
     # values are in dp
-    IMG_MAX_WIDTH = 500
-    IMG_MAX_HEIGHT = 500
+    IMG_MAX_WIDTH = 400
+    IMG_MAX_HEIGHT = 400
 
     # files
     FILE_DEST_DOWNLOAD = "DOWNLOAD"