Mercurial > libervia-desktop-kivy
comparison cagou/core/constants.py @ 420:83d184393fe1
core: downloadURL helper method
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 26 Feb 2020 16:38:17 +0100 |
parents | 4d660b252487 |
children | efee0e0afb78 |
comparison
equal
deleted
inserted
replaced
419:b047d14e4be5 | 420:83d184393fe1 |
---|---|
53 COLOR_BTN_LIGHT = (0.4, 0.4, 0.4, 1) | 53 COLOR_BTN_LIGHT = (0.4, 0.4, 0.4, 1) |
54 | 54 |
55 # values are in dp | 55 # values are in dp |
56 IMG_MAX_WIDTH = 500 | 56 IMG_MAX_WIDTH = 500 |
57 IMG_MAX_HEIGHT = 500 | 57 IMG_MAX_HEIGHT = 500 |
58 | |
59 # files | |
60 FILE_DEST_DOWNLOAD = "DOWNLOAD" | |
61 FILE_DEST_CACHE = "CACHE" |