mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Merge pull request #82748 from sepTN/than-then-typo
Fix typos in documentation: `than/then` and `loose/lose`
This commit is contained in:
@@ -1169,7 +1169,7 @@
|
||||
Allow scrolling past the last line into "virtual" space.
|
||||
</member>
|
||||
<member name="scroll_smooth" type="bool" setter="set_smooth_scroll_enabled" getter="is_smooth_scroll_enabled" default="false">
|
||||
Scroll smoothly over the text rather then jumping to the next location.
|
||||
Scroll smoothly over the text rather than jumping to the next location.
|
||||
</member>
|
||||
<member name="scroll_v_scroll_speed" type="float" setter="set_v_scroll_speed" getter="get_v_scroll_speed" default="80.0">
|
||||
Sets the scroll speed with the minimap or when [member scroll_smooth] is enabled.
|
||||
|
||||
Reference in New Issue
Block a user