diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-06 21:39:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-06 21:39:08 +0100 |
| commit | 71266e2361c255785c1b70e9d030c3156519c781 (patch) | |
| tree | 145c2ab0ca13eaa5e84ced71e07c24271b602800 /platform | |
| parent | b05189f2173985f58d922f23501b88fe30bab732 (diff) | |
Tweak dmg window.
Diffstat (limited to 'platform')
| -rw-r--r-- | platform/osx/make_dmg.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index d9e36c390..c52d1e9eb 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -95,13 +95,13 @@ echo ' 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, 800, 440} + set the bounds of container window to {400, 200, 790, 410} set theViewOptions to the icon view options of container window set arrangement of theViewOptions to not arranged set icon size of theViewOptions to 64 make new alias file at container window to POSIX file "/Applications" with properties {name:"Applications"} - set position of item "DVD-o-matic.app" of container window to {90, 100} - set position of item "Applications" of container window to {310, 100} + set position of item "DVD-o-matic.app" of container window to {90, 80} + set position of item "Applications" of container window to {310, 80} close open update without registering applications |
