diff options
author | Simon Howard | 2011-09-12 21:58:52 +0000 |
---|---|---|
committer | Simon Howard | 2011-09-12 21:58:52 +0000 |
commit | 22250619061e48988a99e7c4904a04e66a4dd97b (patch) | |
tree | 7b15c866afd85cecd9a0a7fb16c4b688c3f897c7 | |
parent | 7093f3f4a6358b409071e3290886612e302010af (diff) | |
download | chocolate-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
-rwxr-xr-x | pkg/osx/dmgfix | 2 |
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 |