reducing the box width

This commit is contained in:
Jidong Xiao
2025-04-29 01:47:54 -04:00
committed by JamesFlare1212
parent 8edd8a5221
commit 69ecea3dd9

View File

@@ -539,7 +539,7 @@ var funcCodeBox = new Konva.Rect
({
x: 850,
y: 25,
width: 750,
width: 650,
height: funcCodeLines.length * 24 + 30,
fill: '#ddd',
stroke: '#555',