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

Commit d5b1920

Browse files
authored
Merge pull request #1616 from livecode/feature-tutorial_look
[[ Tutorials ]] Tweak tutorial stack ui
2 parents e696fc4 + 0aa52d9 commit d5b1920

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

Toolset/palettes/tutorial/revtutorial.livecodescript

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1360,7 +1360,11 @@ on revInitialiseTutorial
13601360

13611361
set the textStyle of stack "revTutorial" to "bold"
13621362
set the textColor of stack "revTutorial" to "white"
1363-
set the textsize of stack "revTutorial" to 15
1363+
if the platform is "win32" then
1364+
set the textsize of stack "revTutorial" to 18
1365+
else
1366+
set the textsize of stack "revTutorial" to 16
1367+
end if
13641368

13651369
-- Create fields
13661370
set the lockText of the templateField to true
@@ -1379,6 +1383,8 @@ on revInitialiseTutorial
13791383

13801384
create field "Script"
13811385
set the dontWrap of it to true
1386+
set the opaque of it to true
1387+
set the backcolor of it to "white"
13821388

13831389
if revIDEBrowserWidgetUnavailable() then
13841390
create field "Url"

0 commit comments

Comments
 (0)