Merge pull request #18807 from Orangestar12/master
Correctly label vertical scroll position in tooltip as "vertical"
This commit is contained in:
commit
81b1d3c846
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
If [code]true[/code], enables horizontal scrolling.
|
||||
</member>
|
||||
<member name="scroll_vertical" type="int" setter="set_v_scroll" getter="get_v_scroll">
|
||||
The current horizontal scroll value.
|
||||
The current vertical scroll value.
|
||||
</member>
|
||||
<member name="scroll_vertical_enabled" type="bool" setter="set_enable_v_scroll" getter="is_v_scroll_enabled">
|
||||
If [code]true[/code], enables vertical scrolling.
|
||||
|
|
Loading…
Reference in a new issue