From c5837b237a9738da153763ee88625761e070ba94 Mon Sep 17 00:00:00 2001 From: Rajnikant Lodhi Date: Mon, 22 Aug 2022 16:06:33 +0530 Subject: [PATCH] Resolve inconsistent border styles for device links between GNS3 desktop UI and web-ui --- .../style-editor/style-editor.component.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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(