diff options
author | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2017-09-05 22:02:52 +0200 |
---|---|---|
committer | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2017-09-05 22:02:52 +0200 |
commit | a9f917c6495e69ae53d4b04e04a15591f99261a8 (patch) | |
tree | 1e8a4321667cfaff6bba8dacc7752d1182412b91 | |
parent | 44adf75cd53c22f146fc2e2dbba7d7efab3c0a0d (diff) |
Escape special character in classes.xml
-rw-r--r-- | doc/base/classes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index ad597c8fdc..2db6a22d31 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -49533,7 +49533,7 @@ Expands the stylebox outside of the control rect on the top edge. Useful in combination with border_width_top. To draw a border outside the control rect. </member> <member name="shadow_color" type="Color" setter="set_shadow_color" getter="get_shadow_color" brief=""> - The color of the shadow. (This has no effect when shadow_size < 1) + The color of the shadow. (This has no effect when shadow_size < 1) </member> <member name="shadow_size" type="int" setter="set_shadow_size" getter="get_shadow_size" brief=""> The shadow size in pixels. |