forked from mia/Aegisub
Update position data.
Originally committed to SVN as r2557.
This commit is contained in:
parent
1e309debfd
commit
1b2cde71a1
1 changed files with 6 additions and 6 deletions
|
@ -11,13 +11,13 @@ disk image in which Inkscape is bundled on MacOS X
|
||||||
|
|
||||||
|
|
||||||
tell application "Finder"
|
tell application "Finder"
|
||||||
tell disk "@PKG_NAME@"
|
tell disk "@PKG_NAME_VOLUME@"
|
||||||
open
|
open
|
||||||
tell container window
|
tell container window
|
||||||
set current view to icon view
|
set current view to icon view
|
||||||
set toolbar visible to false
|
set toolbar visible to false
|
||||||
set statusbar visible to false
|
set statusbar visible to false
|
||||||
set the bounds to {222, 233, 845, 530}
|
set the bounds to {250, 250, 700, 600}
|
||||||
end tell
|
end tell
|
||||||
close
|
close
|
||||||
set opts to the icon view options of container window
|
set opts to the icon view options of container window
|
||||||
|
@ -26,12 +26,12 @@ tell application "Finder"
|
||||||
set arrangement to not arranged
|
set arrangement to not arranged
|
||||||
end tell
|
end tell
|
||||||
set background picture of opts to file ".background:background.png"
|
set background picture of opts to file ".background:background.png"
|
||||||
set position of application file "Inkscape.app" to {490, 150}
|
set position of application file "@PKG_DIR@" to {133, 55}
|
||||||
set position of alias file "Applications" to {130, 150}
|
set position of alias file "Applications" to {133, 250}
|
||||||
update without registering applications
|
update without registering applications
|
||||||
tell container window
|
tell container window
|
||||||
set the bounds to {223, 233, 845, 530}
|
set the bounds to {250, 250, 700, 600}
|
||||||
set the bounds to {222, 233, 845, 530}
|
set the bounds to {249, 250, 700, 600}
|
||||||
end tell
|
end tell
|
||||||
update without registering applications
|
update without registering applications
|
||||||
end tell
|
end tell
|
||||||
|
|
Loading…
Reference in a new issue