diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-20 09:09:56 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-20 09:09:56 +0000 |
| commit | 0f226410879c33e7f022a3b9c2a9766b2bd98bf0 (patch) | |
| tree | adee96a594ac1ed3631337967fe03f84fdb218ef | |
| parent | 588f2e822311bc24474f0051ed535f87f5bc6ad8 (diff) | |
Try to tweak the appearance of the .dmg finder window.
| -rw-r--r-- | platform/osx/make_dmg.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index bb3d6c1ae..29f0cc1a8 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -202,13 +202,13 @@ EOF set current view of container window to icon view set toolbar visible of container window to false set statusbar visible of container window to false - set the bounds of container window to {400, 200, 740, 370} set theViewOptions to the icon view options of container window set arrangement of theViewOptions to not arranged set icon size of theViewOptions to 64 - set position of item "'$appdir'" of container window to {90, 80} - set position of item "Applications" of container window to {220, 80} - set position of item "READ ME.txt" of container window to {310, 80} + set the bounds of container window to {400, 200, 740, 370} + set position of item "'$appdir'" of container window to {90, 120} + set position of item "Applications" of container window to {220, 120} + set position of item "READ ME.txt" of container window to {310, 120} close open update without registering applications |
