mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Replace XML codeblock spaces with tabs
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
[b]Note:[/b] If you are setting this value in the [method Node._ready] function or earlier, it needs to be wrapped with [method Object.set_deferred], since scroll bar's [member Range.max_value] is not initialized yet.
|
||||
[codeblock]
|
||||
func _ready():
|
||||
set_deferred("scroll_horizontal", 600)
|
||||
set_deferred("scroll_horizontal", 600)
|
||||
[/codeblock]
|
||||
</member>
|
||||
<member name="scroll_horizontal_custom_step" type="float" setter="set_horizontal_custom_step" getter="get_horizontal_custom_step" default="-1.0">
|
||||
@@ -68,7 +68,7 @@
|
||||
[b]Note:[/b] Setting it early needs to be deferred, just like in [member scroll_horizontal].
|
||||
[codeblock]
|
||||
func _ready():
|
||||
set_deferred("scroll_vertical", 600)
|
||||
set_deferred("scroll_vertical", 600)
|
||||
[/codeblock]
|
||||
</member>
|
||||
<member name="scroll_vertical_custom_step" type="float" setter="set_vertical_custom_step" getter="get_vertical_custom_step" default="-1.0">
|
||||
|
||||
Reference in New Issue
Block a user