change cartoonist roughness (#582)

This commit is contained in:
David Luzar 2020-01-26 20:16:33 +01:00 committed by Christopher Chedeau
parent 7b842fc330
commit e17f743df1

View File

@ -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,