shithub: choc

Download patch

ref: 73fd9adc1e23f711d249d4adc2389711304bd027
parent: f1934e990d7c6d8034650fa09b8a175b542330ba
author: Simon Howard <fraggle@gmail.com>
date: Sun Dec 23 20:09:30 EST 2012

Reduce window height of .dmg Finder window - this reverts r2371.

Subversion-branch: /branches/v2-branch
Subversion-revision: 2554

--- a/pkg/osx/dmgfix
+++ b/pkg/osx/dmgfix
@@ -41,7 +41,7 @@
         -- 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