Changing dialog button height with script

I’m new to creating scripts and extensions for aseprite and was wondering if its possible to change the X,Y,Width,Height values of buttons or other elements inside a dialog?
I’m trying to make my buttons more square and ordered in a not grid like style.

I looked into the API as well as scripts of others but I couldn’t find any solutions.
Thank you in advance:)

Just bumping this as I too would like to know. I’ve tried looking into things like bounds and newrow to see if any of those can be used to no avail. If this isn’t a feature, it really should be added, as it will make organizing your script buttons a lot easier and will allow scripts makers to lay their dialogue boxes out in a way that’s easier to read and understand.