-
-
Save petros/1208330 to your computer and use it in GitHub Desktop.
Resize application
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application (path to frontmost application as Unicode text) | |
activate | |
set x to 400 | |
set y to 400 | |
set width to 1024 | |
set height to 768 | |
set bounds of window 1 to {x, y, x + width, y + height} | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment