mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Remove duplicate resizable settings
(cherry picked from commit f1a7caf9bb)
This commit is contained in:
committed by
Rémi Verschelde
parent
4ff726b933
commit
a3b445d7e8
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user