Fix Label and RichTextLabale text shadows and shadow outlines.
This commit is contained in:
@@ -586,15 +586,15 @@
|
||||
<theme_item name="selection_color" data_type="color" type="Color" default="Color(0.1, 0.1, 1, 0.8)">
|
||||
The color of the selection box.
|
||||
</theme_item>
|
||||
<theme_item name="shadow_as_outline" data_type="constant" type="int" default="0">
|
||||
Boolean value. If 1 ([code]true[/code]), the shadow will be displayed around the whole text as an outline.
|
||||
</theme_item>
|
||||
<theme_item name="shadow_offset_x" data_type="constant" type="int" default="1">
|
||||
The horizontal offset of the font's shadow.
|
||||
</theme_item>
|
||||
<theme_item name="shadow_offset_y" data_type="constant" type="int" default="1">
|
||||
The vertical offset of the font's shadow.
|
||||
</theme_item>
|
||||
<theme_item name="shadow_outline_size" data_type="constant" type="int" default="1">
|
||||
The size of the shadow outline.
|
||||
</theme_item>
|
||||
<theme_item name="table_border" data_type="color" type="Color" default="Color(0, 0, 0, 0)">
|
||||
The default cell border color.
|
||||
</theme_item>
|
||||
|
||||
Reference in New Issue
Block a user