Merge pull request #13780 from ArtemDzhereleiko/AD/bug-fix/scada-hp/cross-connector-hp-main-line-width-visability

Fixed line width for Cross connector HP SCADA symbol
This commit is contained in:
Igor Kulikov 2025-07-31 16:24:03 +03:00 committed by GitHub
commit 4cc7e1fbee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -489,14 +489,13 @@
"type": "number", "type": "number",
"default": 6, "default": 6,
"required": true, "required": true,
"subLabel": "Main", "divider": false,
"divider": true,
"fieldSuffix": "px", "fieldSuffix": "px",
"condition": "return model.mainLine;",
"min": 0, "min": 0,
"max": 99, "max": 99,
"step": 1, "step": 1,
"disabled": false "disabled": false,
"visible": true
}, },
{ {
"id": "lineColor", "id": "lineColor",

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB