Ver código fonte

change cartoonist roughness (#582)

David Luzar 5 anos atrás
pai
commit
e17f743df1
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/actions/actionProperties.tsx

+ 1 - 1
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,