Remove duplicate resizable settings

(cherry picked from commit f1a7caf9bb)
This commit is contained in:
Fredia Huya-Kouadio
2022-04-04 09:18:07 -07:00
committed by Rémi Verschelde
parent 4ff726b933
commit a3b445d7e8
4 changed files with 3 additions and 7 deletions

View File

@@ -494,7 +494,7 @@
</member>
<member name="display/window/size/resizable" type="bool" setter="" getter="" default="true">
Allows the window to be resizable by default.
[b]Note:[/b] This setting is ignored on iOS and Android.
[b]Note:[/b] This setting is ignored on iOS.
</member>
<member name="display/window/size/test_height" type="int" setter="" getter="" default="0">
If greater than zero, overrides the window height when running the game. Useful for testing stretch modes.