diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-07 18:40:06 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-07 18:40:06 +0000 |
| commit | 08196a1c571a0023a3c3142163a5745a37564572 (patch) | |
| tree | 6993ccbb2a4ff12536e64b3cc4ccfb3c1948aed0 | |
| parent | 5bacd4cb31ca3d7400cd8fcf893cc2716a985f13 (diff) | |
Make finder window a bit wider in the .dmg.
| -rw-r--r-- | platform/osx/make_dmg.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index a021d315b..c073b1c0c 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -265,7 +265,7 @@ 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, 890, 610} + set the bounds of container window to {400, 200, 930, 610} set theViewOptions to the icon view options of container window set arrangement of theViewOptions to not arranged set icon size of theViewOptions to 64 |
