Change Invisible to No border

This commit is contained in:
Jeremy Grossmann 2022-08-18 22:21:48 +02:00 committed by GitHub
parent f338a2e33d
commit 651d4c9d32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(