"...composable_kernel_onnx.git" did not exist on "9d3f634a3cc37599db9f3ebfeb1f9a3c45d9a673"
Commit c0f53250 authored by pythongosssss's avatar pythongosssss
Browse files

Increase size of node

parent aff1e393
...@@ -155,8 +155,8 @@ app.registerExtension({ ...@@ -155,8 +155,8 @@ app.registerExtension({
computeSize() { computeSize() {
return [ return [
this.properties.showOutputText && this.outputs && this.outputs.length this.properties.showOutputText && this.outputs && this.outputs.length
? Math.max(55, LiteGraph.NODE_TEXT_SIZE * this.outputs[0].name.length * 0.6 + 40) ? Math.max(75, LiteGraph.NODE_TEXT_SIZE * this.outputs[0].name.length * 0.6 + 40)
: 55, : 75,
26, 26,
]; ];
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment