Doc RichTextLabel push strikethrough and align

(cherry picked from commit 1f271e4be6)
This commit is contained in:
Alexander Holland 2018-10-12 16:43:03 +02:00 committed by Rémi Verschelde
parent 2b1f692455
commit 2b54f0e680
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@
<argument index="0" name="align" type="int" enum="RichTextLabel.Align"> <argument index="0" name="align" type="int" enum="RichTextLabel.Align">
</argument> </argument>
<description> <description>
Adds a [code][right][/code] tag to the tag stack. Adds an alignment tag based on the given [code]align[/code] value. See [enum Align] for possible values.
</description> </description>
</method> </method>
<method name="push_cell"> <method name="push_cell">