Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

size not working #451

Open
three-old-coders opened this issue Feb 16, 2024 · 0 comments
Open

size not working #451

three-old-coders opened this issue Feb 16, 2024 · 0 comments

Comments

@three-old-coders
Copy link

Hi!

I am trying to set the size of a node, but without effect, no errors in the console window either.

    const node = LiteGraph.createNode("custom/device");
    node.title = "NANOPAD [hw:1,0]"
    node.pos = [500, 200];
    node.resizeable = true;
    node.size = [400, 300];

Thanks in advance

Jens

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant