Skip to content

Instantly share code, notes, and snippets.

@mcskrzypczak
Created June 24, 2014 17:06
Show Gist options
  • Save mcskrzypczak/4c9ccc936e969861cb48 to your computer and use it in GitHub Desktop.
Save mcskrzypczak/4c9ccc936e969861cb48 to your computer and use it in GitHub Desktop.
tell application "Finder"
tell the front Finder window
-- pobierz rozmiar aktywnego okna
set b to the bounds
-- poszerz okno do dużych rozmiarów
set the bounds to {item 1 of b, item 2 of b, 4000, item 4 of b}
-- przywróć pierwotny rozmiar okna
set the bounds to b
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment