Skip to content

Commit

Permalink
Update image_mixlab.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowcz007 committed Aug 29, 2024
1 parent ddc3cf0 commit a5a656d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/javascript/image_mixlab.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ app.registerExtension({
draw (ctx, node, widget_width, y, widget_height) {
Object.assign(
this.div.style,
get_position_style(ctx, widget_width, 44, node.size[1], 36)
get_position_style(ctx, widget_width, 44, node.size[1], 60)
)
}
}
Expand Down

0 comments on commit a5a656d

Please sign in to comment.