mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-24 16:54:03 +00:00
Use group font size from user (#41)
This commit is contained in:
@@ -4908,7 +4908,7 @@ LGraphNode.prototype.executeAction = function(action)
|
||||
|
||||
LGraphGroup.prototype._ctor = function(title) {
|
||||
this.title = title || "Group";
|
||||
this.font_size = 24;
|
||||
this.font_size = LiteGraph.DEFAULT_GROUP_FONT || 24;
|
||||
this.color = LGraphCanvas.node_colors.pale_blue
|
||||
? LGraphCanvas.node_colors.pale_blue.groupcolor
|
||||
: "#AAA";
|
||||
|
||||
Reference in New Issue
Block a user