UI: Fixed line width for cross connector hp

This commit is contained in:
Artem Dzhereleiko 2025-07-28 09:41:15 +03:00
parent f31f49b19f
commit 1c5f186418

View File

@ -490,13 +490,13 @@
"default": 6, "default": 6,
"required": true, "required": true,
"subLabel": "Main", "subLabel": "Main",
"divider": true, "divider": false,
"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