Refactoring: add 'anchor'-field instead of using the iconSize to determine the anchor

This commit is contained in:
Pieter Vander Vennet 2023-06-20 02:47:20 +02:00
parent f4b7e7eb88
commit 36cdcf0648
3 changed files with 13 additions and 3 deletions

View file

@ -198,7 +198,8 @@ export default class CreateNoteImportLayer extends Conversion<LayerConfigJson, L
},
],
},
iconSize: "40,40,center",
iconSize: "40,40",
anchor: "center",
},
],
}