[UX] Add cropping: none mapped to page width zoom (#4696)

Fixes #1923.
This commit is contained in:
Frans de Jonge
2019-03-03 08:57:20 +01:00
committed by GitHub
parent 93422d05f4
commit c1b4085b93
3 changed files with 9 additions and 3 deletions

View File

@@ -40,6 +40,7 @@ S.OFF = _("off")
S.AUTO = _("auto")
S.MANUAL = _("manual")
S.SEMIAUTO = _("semi-auto")
S.NONE = _("none")
S.SMALL = _("small")
S.MEDIUM = _("medium")
S.LARGE = _("large")