diff options
author | Tomasz Chabora <kobewi4e@gmail.com> | 2019-04-17 13:42:56 +0200 |
---|---|---|
committer | Tomasz Chabora <kobewi4e@gmail.com> | 2019-04-17 17:13:00 +0200 |
commit | b0846f60c96c809105d039ef314e10a8b23a699f (patch) | |
tree | 9c2b761ffb9412b534211932aa0a630d91e1d51c /doc/classes/StyleBoxFlat.xml | |
parent | cea49f00c380c404a45d9b002843969f164d382e (diff) |
Consistently wrap booleans in [code]
Diffstat (limited to 'doc/classes/StyleBoxFlat.xml')
-rw-r--r-- | doc/classes/StyleBoxFlat.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/StyleBoxFlat.xml b/doc/classes/StyleBoxFlat.xml index 34f99755a4..6b5d605251 100644 --- a/doc/classes/StyleBoxFlat.xml +++ b/doc/classes/StyleBoxFlat.xml @@ -96,7 +96,7 @@ The background color of the stylebox. </member> <member name="border_blend" type="bool" setter="set_border_blend" getter="get_border_blend"> - When set to true, the border will fade into the background color. + When set to [code]true[/code], the border will fade into the background color. </member> <member name="border_color" type="Color" setter="set_border_color" getter="get_border_color"> Sets the color of the border. |