Change order of the fill options (#1097)
This commit is contained in:
parent
90c83927ad
commit
2a373571f8
@ -122,9 +122,9 @@ export const actionChangeFillStyle = register({
|
|||||||
<legend>{t("labels.fill")}</legend>
|
<legend>{t("labels.fill")}</legend>
|
||||||
<ButtonSelect
|
<ButtonSelect
|
||||||
options={[
|
options={[
|
||||||
{ value: "solid", text: t("labels.solid") },
|
|
||||||
{ value: "hachure", text: t("labels.hachure") },
|
{ value: "hachure", text: t("labels.hachure") },
|
||||||
{ value: "cross-hatch", text: t("labels.crossHatch") },
|
{ value: "cross-hatch", text: t("labels.crossHatch") },
|
||||||
|
{ value: "solid", text: t("labels.solid") },
|
||||||
]}
|
]}
|
||||||
group="fill"
|
group="fill"
|
||||||
value={getFormValue(
|
value={getFormValue(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user