commit 22250619061e48988a99e7c4904a04e66a4dd97b
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Mon Sep 12 21:58:52 2011 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Mon Sep 12 21:58:52 2011 +0000
Increase window size in .dmg package, so that there is no vertical
scroll bar.
Subversion-branch: /branches/v2-branch
Subversion-revision: 2371
---
pkg/osx/dmgfix | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/osx/dmgfix b/pkg/osx/dmgfix
index 560b17ed..a11c54ef 100755
--- a/pkg/osx/dmgfix
+++ b/pkg/osx/dmgfix
@@ -41,7 +41,7 @@ on run argv
-- window options:
set bgfile to file "background.png" of theDisk
- set the bounds of win to {200, 200, 717, 536}
+ set the bounds of win to {200, 200, 717, 546}
set icon size of icon view options of win to 96
set background picture of icon view options of win to bgfile
set toolbar visible of win to false