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..e120eb54 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 @@ -29,10 +29,10 @@ export class StyleEditorDialogComponent implements OnInit { 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: '5', name: 'Dot' }, + { value: '15', name: 'Dash' }, + { value: '15 5', name: 'Dash Dot' }, + { value: '15 5 5', name: 'Dash Dot Dot' }, ]; constructor(