浏览代码

Change order of the fill options (#1097)

Lipis 5 年之前
父节点
当前提交
2a373571f8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/actions/actionProperties.tsx

+ 1 - 1
src/actions/actionProperties.tsx

@@ -122,9 +122,9 @@ export const actionChangeFillStyle = register({
       <legend>{t("labels.fill")}</legend>
       <ButtonSelect
         options={[
-          { value: "solid", text: t("labels.solid") },
           { value: "hachure", text: t("labels.hachure") },
           { value: "cross-hatch", text: t("labels.crossHatch") },
+          { value: "solid", text: t("labels.solid") },
         ]}
         group="fill"
         value={getFormValue(