How to resize only width and leave height of a frame node unchanged?
resize()
function asks me for two properties and can’t leave the one for height empty.
Solved
How to resize only width and leave height of a frame node unchanged
Best answer by tank666
I meant that you need to specify the node’s current height in the resize() method.
node.resize(200, node.height)
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.