3
0

Make workflow connection points bigger

This commit is contained in:
Jože Fortun
2024-06-07 11:00:36 +02:00
parent 59c7e2a253
commit 1ddbeab719

View File

@@ -1755,6 +1755,8 @@ export default {
mxConstants.VALID_COLOR = '#A7D0E3'
mxGraphHandler.prototype.previewColor = '#A7D0E3'
mxConstants.STYLE_PERIMETER = mxPerimeter.RectanglePerimeter
mxConstants.GUIDE_COLOR = 'var(--dark)'
mxConstants.GUIDE_STROKEWIDTH = 1
@@ -1949,7 +1951,7 @@ export default {
}
// Image for fixed point
mxConstraintHandler.prototype.pointImage = new mxImage(this.getIcon('connection-point'), 8, 8)
mxConstraintHandler.prototype.pointImage = new mxImage(this.getIcon('connection-point'), 16, 16)
// On hover outline for fixed point
mxConstraintHandler.prototype.createHighlightShape = function () {