X-Git-Url: http://git.ipfire.org/?p=collecty.git;a=blobdiff_plain;f=src%2Fcollecty%2Fconstants.py;h=bae6ed42bac5610c516e7ccc8b9c09391fcfbc7c;hp=e07ce4c417aaac559d3de138f940b1c62047cc7b;hb=edf268c75aa34fd8f816e19e06c91c610a65272d;hpb=ca8a6cfa8410a3ea36d373124afb3b6cf731382f diff --git a/src/collecty/constants.py b/src/collecty/constants.py index e07ce4c..bae6ed4 100644 --- a/src/collecty/constants.py +++ b/src/collecty/constants.py @@ -57,3 +57,6 @@ GRAPH_DEFAULT_ARGUMENTS = ( GRAPH_DEFAULT_WIDTH = 768 GRAPH_DEFAULT_HEIGHT = 480 + +THUMBNAIL_DEFAULT_WIDTH = 80 +THUMBNAIL_DEFAULT_HEIGHT = 20