Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit bd139d7

Browse files
committed
[[ DMG ]] Allow for window title bar height
1 parent c10f686 commit bd139d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make-dmg-pretty.applescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ on run argv
4242
set the current view of container window to icon view
4343
set toolbar visible of container window to false
4444
set statusbar visible of container window to false
45-
set the bounds of container window to {100, 100, 646, 493}
45+
set the bounds of container window to {100, 100, 646, 515}
4646
set viewOptions to the icon view options of container window
4747
set arrangement of viewOptions to not arranged
4848
set icon size of viewOptions to 128

0 commit comments

Comments
 (0)