1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Fix height for some macOS versions

This commit is contained in:
Mathieu Schroeter 2023-08-26 23:52:51 +02:00
parent 9578adf7d0
commit be73fbe164
No known key found for this signature in database
GPG Key ID: 8B9145A5FA9DA8A8

View File

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