From be73fbe16484fd83b1f8d8ab4fa45d3e4352a044 Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Sat, 26 Aug 2023 23:52:51 +0200 Subject: [PATCH] Fix height for some macOS versions --- resources/darwin/dmgsetup.scpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/darwin/dmgsetup.scpt b/resources/darwin/dmgsetup.scpt index e129b05..4526f94 100644 --- a/resources/darwin/dmgsetup.scpt +++ b/resources/darwin/dmgsetup.scpt @@ -37,7 +37,7 @@ on run argv tell container window set its sidebar width to 0 set its toolbar visible to false - set the bounds to { 400, 100, 900, 500 } + set the bounds to { 400, 100, 900, 480 } set position of item "Planet Blupi.app" to { 133, 200 } set position of item "Applications" to { 378, 200 } end tell