mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-03-23 20:15:16 +00:00
Border change
This commit is contained in:
parent
384a51ccea
commit
6ed754252c
@ -77,7 +77,10 @@ export class InterfaceLabelWidget {
|
||||
merge
|
||||
.select<SVGTextElement>('text.interface_label')
|
||||
.text((l: InterfaceLabel) => l.text)
|
||||
.attr('style', (l: InterfaceLabel) => this.cssFixer.fix(l.style));
|
||||
.attr('style', (l: InterfaceLabel) => this.cssFixer.fix(l.style))
|
||||
.attr('x', -InterfaceLabelWidget.SURROUNDING_TEXT_BORDER)
|
||||
.attr('y', -InterfaceLabelWidget.SURROUNDING_TEXT_BORDER);
|
||||
|
||||
|
||||
// update surrounding rect
|
||||
merge
|
||||
|
Loading…
x
Reference in New Issue
Block a user