shithub: choc

Download patch

ref: 22250619061e48988a99e7c4904a04e66a4dd97b
parent: 7093f3f4a6358b409071e3290886612e302010af
author: Simon Howard <fraggle@gmail.com>
date: Mon Sep 12 17:58:52 EDT 2011

Increase window size in .dmg package, so that there is no vertical
scroll bar.

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

--- 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, 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