change cartoonist roughness (#582)
This commit is contained in:
parent
7b842fc330
commit
e17f743df1
@ -184,7 +184,7 @@ export const actionChangeSloppiness: Action = {
|
|||||||
options={[
|
options={[
|
||||||
{ value: 0, text: t("labels.architect") },
|
{ value: 0, text: t("labels.architect") },
|
||||||
{ value: 1, text: t("labels.artist") },
|
{ value: 1, text: t("labels.artist") },
|
||||||
{ value: 3, text: t("labels.cartoonist") },
|
{ value: 2, text: t("labels.cartoonist") },
|
||||||
]}
|
]}
|
||||||
value={getFormValue(
|
value={getFormValue(
|
||||||
appState.editingElement,
|
appState.editingElement,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user