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

Commit 62758da

Browse files
Merge pull request #7468 from livecodesam/patch-139
[Bugfix-22951] Correct scaleFactor bugfix.
2 parents df34a44 + 91435eb commit 62758da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/dictionary/property/scaleFactor.lcdoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ pixels to be rendered causing the IDE to run slowly.
4444
> building a standalone. To have scaleFactor applied to a standalone upon
4545
> opening, it must be coded in a preOpenStack handler. For example:
4646

47-
on preOpenStack
48-
set the scaleFactor of me to 0.75
49-
end preOpenStack
47+
on preOpenStack
48+
set the scaleFactor of me to 0.75
49+
end preOpenStack
5050

5151
References: iphoneUseDeviceResolution (command),
5252
usePixelScaling (property), systemPixelScale (property)

0 commit comments

Comments
 (0)