FR: Allow swiftDialog window size to be updated after launch
As a Mac Admin, I want the ability to resize a swiftDialog window after launch so that it can conform to the content displayed
had a play and initial tests look good - might not make it to 1.10 but I can dynamically change width and height. issues to deal with are how to initiate (e.g. size: 400x300 or width: 400, height: 300) and also I need to get the window to re-position to the desired location.
@smithjw can you check this feature in v2.0 preview? command file width: and height: commands should adjust window size and respect window positioning
Fixed in 2.0
pass width: <num> or height: <num> to the command file 🙂