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

Commit b721461

Browse files
Merge pull request #1899 from livecode/merge-develop-8.1-30.01.2018
Merge develop 8.1 30.01.2018
2 parents 5114d01 + f0cf961 commit b721461

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

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

Toolset/palettes/start center/revStartCenterBehavior.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ function tilesArray pState
331331
put "lc-ipad-portrait-filled" into tArray[3]["hoverIcon"]
332332

333333
put "Tablet Landscape" into tArray[4]["label"]
334-
put "newTabletPortrait" into tArray[4]["tag"]
334+
put "newTabletLandscape" into tArray[4]["tag"]
335335
put "lc-ipad-landscape" into tArray[4]["icon"]
336336
put "lc-ipad-landscape-filled" into tArray[4]["hoverIcon"]
337337

notes/bugfix-20894.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# [Start Center] Ensure creating new stack with tablet Landscape button works as expected

0 commit comments

Comments
 (0)