diff --git a/Toolset/palettes/standalone settings/revstandalonesettings.8.rev b/Toolset/palettes/standalone settings/revstandalonesettings.8.rev index cd11a7c5bd..0faaec2527 100755 Binary files a/Toolset/palettes/standalone settings/revstandalonesettings.8.rev and b/Toolset/palettes/standalone settings/revstandalonesettings.8.rev differ diff --git a/Toolset/palettes/standalone settings/revstandalonesettingsiosbehavior.livecodescript b/Toolset/palettes/standalone settings/revstandalonesettingsiosbehavior.livecodescript index e4e970bf8d..91fe3e52ff 100644 --- a/Toolset/palettes/standalone settings/revstandalonesettingsiosbehavior.livecodescript +++ b/Toolset/palettes/standalone settings/revstandalonesettingsiosbehavior.livecodescript @@ -140,6 +140,7 @@ on updateSettings -- MM-2011-09-28: Sepearate out the icons and splash screens so the user can specify the values per device. -- + put computeDefault(tSettings["ios,AppStore icon"], empty) into field "AppStore Icon" put computeDefault(tSettings["ios,iphone icon"], empty) into field "iPhone Icon" put computeDefault(tSettings["ios,retina icon"], empty) into field "Retina Icon" put computeDefault(tSettings["ios,iOS 7 retina icon"], empty) into field "iOS 7 Retina Icon" @@ -442,11 +443,11 @@ on tipDisplayUpdate if the visible of group "iOSCommercialTip" then set the topLeft of group "iosBuild" to 12,136 set the topLeft of group "iOS Settings" to -1,136 - set the cSize of this card to 1024,796 + set the cSize of this card to 1024,816 else set the topLeft of group "iOS Settings" to -1,67 set the topLeft of group "iosBuild" to 12,68 - set the cSize of this card to 1024,746 + set the cSize of this card to 1024,766 end if updateCardSize end tipDisplayUpdate