summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorSimon Howard2011-09-12 21:58:52 +0000
committerSimon Howard2011-09-12 21:58:52 +0000
commit22250619061e48988a99e7c4904a04e66a4dd97b (patch)
tree7b15c866afd85cecd9a0a7fb16c4b688c3f897c7 /pkg
parent7093f3f4a6358b409071e3290886612e302010af (diff)
downloadchocolate-doom-22250619061e48988a99e7c4904a04e66a4dd97b.tar.gz
chocolate-doom-22250619061e48988a99e7c4904a04e66a4dd97b.tar.bz2
chocolate-doom-22250619061e48988a99e7c4904a04e66a4dd97b.zip
Increase window size in .dmg package, so that there is no vertical
scroll bar. Subversion-branch: /branches/v2-branch Subversion-revision: 2371
Diffstat (limited to 'pkg')
-rwxr-xr-xpkg/osx/dmgfix2
1 files changed, 1 insertions, 1 deletions
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