diff options
author | Simon Howard | 2012-12-24 01:09:30 +0000 |
---|---|---|
committer | Simon Howard | 2012-12-24 01:09:30 +0000 |
commit | 73fd9adc1e23f711d249d4adc2389711304bd027 (patch) | |
tree | c80653108e7c7c50aea088db82b8a4796920c247 | |
parent | f1934e990d7c6d8034650fa09b8a175b542330ba (diff) | |
download | chocolate-doom-73fd9adc1e23f711d249d4adc2389711304bd027.tar.gz chocolate-doom-73fd9adc1e23f711d249d4adc2389711304bd027.tar.bz2 chocolate-doom-73fd9adc1e23f711d249d4adc2389711304bd027.zip |
Reduce window height of .dmg Finder window - this reverts r2371.
Subversion-branch: /branches/v2-branch
Subversion-revision: 2554
-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 a11c54ef..560b17ed 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, 546} + set the bounds of win to {200, 200, 717, 536} 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 |