Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 5db0b61

Browse files
Merge pull request #1898 from livecode/merge-release-8.1.9-30.01.2018
Merge release 8.1.9 30.01.2018
2 parents e0f5b00 + 8634da2 commit 5db0b61

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
2.77 KB
Binary file not shown.

Toolset/palettes/standalone settings/revstandalonesettingsiosbehavior.livecodescript

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ on updateSettings
140140

141141
-- MM-2011-09-28: Sepearate out the icons and splash screens so the user can specify the values per device.
142142
--
143+
put computeDefault(tSettings["ios,AppStore icon"], empty) into field "AppStore Icon"
143144
put computeDefault(tSettings["ios,iphone icon"], empty) into field "iPhone Icon"
144145
put computeDefault(tSettings["ios,retina icon"], empty) into field "Retina Icon"
145146
put computeDefault(tSettings["ios,iOS 7 retina icon"], empty) into field "iOS 7 Retina Icon"
@@ -442,11 +443,11 @@ on tipDisplayUpdate
442443
if the visible of group "iOSCommercialTip" then
443444
set the topLeft of group "iosBuild" to 12,136
444445
set the topLeft of group "iOS Settings" to -1,136
445-
set the cSize of this card to 1024,796
446+
set the cSize of this card to 1024,816
446447
else
447448
set the topLeft of group "iOS Settings" to -1,67
448449
set the topLeft of group "iosBuild" to 12,68
449-
set the cSize of this card to 1024,746
450+
set the cSize of this card to 1024,766
450451
end if
451452
updateCardSize
452453
end tipDisplayUpdate

0 commit comments

Comments
 (0)