swiftDialog icon indicating copy to clipboard operation
swiftDialog copied to clipboard

FR: Allow swiftDialog window size to be updated after launch

Open smithjw opened this issue 4 years ago • 2 comments

As a Mac Admin, I want the ability to resize a swiftDialog window after launch so that it can conform to the content displayed

smithjw avatar Mar 21 '22 09:03 smithjw

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.

bartreardon avatar Mar 21 '22 10:03 bartreardon

@smithjw can you check this feature in v2.0 preview? command file width: and height: commands should adjust window size and respect window positioning

bartreardon avatar Sep 30 '22 09:09 bartreardon

Fixed in 2.0 pass width: <num> or height: <num> to the command file 🙂

bartreardon avatar Nov 18 '22 00:11 bartreardon