From 651d4c9d320731c1330032ada380438593e58edf Mon Sep 17 00:00:00 2001 From: Jeremy Grossmann Date: Thu, 18 Aug 2022 22:21:48 +0200 Subject: [PATCH] Change Invisible to No border --- .../drawings-editors/style-editor/style-editor.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/project-map/drawings-editors/style-editor/style-editor.component.ts b/src/app/components/project-map/drawings-editors/style-editor/style-editor.component.ts index e2ad175f..a9c6790e 100644 --- a/src/app/components/project-map/drawings-editors/style-editor/style-editor.component.ts +++ b/src/app/components/project-map/drawings-editors/style-editor/style-editor.component.ts @@ -27,12 +27,12 @@ export class StyleEditorDialogComponent implements OnInit { element: ElementData; formGroup: FormGroup; borderTypes = [ - { value: '', name: 'Invisible' }, { value: 'none', name: 'Solid' }, { value: '5', name: 'Dash' }, { value: '15', name: 'Dot' }, { value: '5 15', name: 'Dash Dot' }, { value: '10 5 5', name: 'Dash Dot Dot' }, + { value: '', name: 'No border' }, ]; constructor(