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

Commit 5b37431

Browse files
committed
[[ Tutorial ]] Use larger font, and even larger on Windows
1 parent ef1b9b4 commit 5b37431

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Toolset/palettes/tutorial/revtutorial.livecodescript

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

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

13641368
-- Create fields
13651369
set the lockText of the templateField to true

0 commit comments

Comments
 (0)