doc: Fix references to setters and misc formatting
This commit is contained in:
@ -114,9 +114,9 @@
|
||||
Border width for the top border.
|
||||
</member>
|
||||
<member name="corner_detail" type="int" setter="set_corner_detail" getter="get_corner_detail">
|
||||
This sets the amount of vertices used for each corner. Higher values result in rounder corners but take more processing power to compute. When choosing a value you should take the corner radius ([method set_corner_radius]) into account.
|
||||
For corner radius smaller than 10: 4-5 should be enough
|
||||
For corner radius smaller than 30: 8-12 should be enough
|
||||
This sets the amount of vertices used for each corner. Higher values result in rounder corners but take more processing power to compute. When choosing a value you should take the corner radius ([method set_corner_radius_all]) into account.
|
||||
For corner radius smaller than 10, 4-5 should be enough.
|
||||
For corner radius smaller than 30, 8-12 should be enough.
|
||||
</member>
|
||||
<member name="corner_radius_bottom_left" type="int" setter="set_corner_radius" getter="get_corner_radius">
|
||||
The corner radius of the bottom left corner. When set to 0 the corner is not rounded.
|
||||
|
||||
Reference in New Issue
Block a user