diff options
author | Haoyu Qiu <timothyqiu32@gmail.com> | 2023-08-22 16:13:42 +0800 |
---|---|---|
committer | Haoyu Qiu <timothyqiu32@gmail.com> | 2023-08-22 18:05:50 +0800 |
commit | d026b37abd8ed3cf4d342b3395154dd5309cbe91 (patch) | |
tree | 0d23b40f6cf0770fe7f700578e38a6551149cdfc /doc/classes/Tree.xml | |
parent | 8e0346badefcd69656e1ae3ba12d6eaafd7a4fae (diff) | |
download | redot-engine-d026b37abd8ed3cf4d342b3395154dd5309cbe91.tar.gz |
Fix various typos in classref
Diffstat (limited to 'doc/classes/Tree.xml')
-rw-r--r-- | doc/classes/Tree.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Tree.xml b/doc/classes/Tree.xml index 004e93ac04..d85678cc81 100644 --- a/doc/classes/Tree.xml +++ b/doc/classes/Tree.xml @@ -589,7 +589,7 @@ The right margin of the scrollbars. When negative, uses [theme_item panel] right margin. </theme_item> <theme_item name="scrollbar_margin_top" data_type="constant" type="int" default="-1"> - The right margin of the vertical scrollbar. When negative, uses [theme_item panel] top margin. + The top margin of the vertical scrollbar. When negative, uses [theme_item panel] top margin. </theme_item> <theme_item name="scrollbar_v_separation" data_type="constant" type="int" default="4"> The vertical separation of tree content and scrollbar. |