Fix suffix property doc typo: "prefix" -> "suffix"
(cherry picked from commit ae067413a5
)
This commit is contained in:
parent
b7fbdf4bed
commit
90f9f01a2f
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
||||||
Adds the specified [code]prefix[/code] string before the numerical value of the [SpinBox].
|
Adds the specified [code]prefix[/code] string before the numerical value of the [SpinBox].
|
||||||
</member>
|
</member>
|
||||||
<member name="suffix" type="String" setter="set_suffix" getter="get_suffix" default="""">
|
<member name="suffix" type="String" setter="set_suffix" getter="get_suffix" default="""">
|
||||||
Adds the specified [code]prefix[/code] string after the numerical value of the [SpinBox].
|
Adds the specified [code]suffix[/code] string after the numerical value of the [SpinBox].
|
||||||
</member>
|
</member>
|
||||||
</members>
|
</members>
|
||||||
<constants>
|
<constants>
|
||||||
|
|
Loading…
Reference in a new issue