We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a108c52 commit 7f5efcaCopy full SHA for 7f5efca
src/core/graph/subgraph/proxyWidgetUtils.ts
@@ -161,4 +161,5 @@ export function promoteRecommendedWidgets(subgraphNode: SubgraphNode) {
161
const proxyWidgets: ProxyWidgetsProperty =
162
filteredWidgets.map(widgetItemToProperty)
163
subgraphNode.properties.proxyWidgets = proxyWidgets
164
+ subgraphNode.computeSize(subgraphNode.size)
165
}
src/lib/litegraph/src/LGraphNode.ts
@@ -3680,7 +3680,7 @@ export class LGraphNode
3680
3681
ctx.font = savedFont // Restore font after button measurements
3682
if (buttonsWidth > 0) {
3683
- buttonsWidth += 10 // Extra margin before buttons
+ buttonsWidth -= 20 // Reduce by empty padding
3684
availableWidth -= buttonsWidth
3685
3686
0 commit comments