mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-04-19 02:43:30 +00:00
Increase size of node
This commit is contained in:
parent
aff1e3936a
commit
c0f5325018
@ -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,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user