From e17f743df195807809de827f900904f7017d992d Mon Sep 17 00:00:00 2001 From: David Luzar Date: Sun, 26 Jan 2020 20:16:33 +0100 Subject: [PATCH] change cartoonist roughness (#582) --- src/actions/actionProperties.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actions/actionProperties.tsx b/src/actions/actionProperties.tsx index 6e6af7af..09c78aeb 100644 --- a/src/actions/actionProperties.tsx +++ b/src/actions/actionProperties.tsx @@ -184,7 +184,7 @@ export const actionChangeSloppiness: Action = { options={[ { value: 0, text: t("labels.architect") }, { value: 1, text: t("labels.artist") }, - { value: 3, text: t("labels.cartoonist") }, + { value: 2, text: t("labels.cartoonist") }, ]} value={getFormValue( appState.editingElement,