Better format arguments in variant parser
This commit is contained in:
parent
407229aeeb
commit
0ff4095b36
222 changed files with 842 additions and 843 deletions
|
|
@ -198,19 +198,19 @@
|
|||
<theme_item name="font" type="Font">
|
||||
The font used to draw tab names.
|
||||
</theme_item>
|
||||
<theme_item name="font_disabled_color" type="Color" default="Color( 0.9, 0.9, 0.9, 0.2 )">
|
||||
<theme_item name="font_disabled_color" type="Color" default="Color(0.9, 0.9, 0.9, 0.2)">
|
||||
Font color of disabled tabs.
|
||||
</theme_item>
|
||||
<theme_item name="font_outline_color" type="Color" default="Color( 1, 1, 1, 1 )">
|
||||
<theme_item name="font_outline_color" type="Color" default="Color(1, 1, 1, 1)">
|
||||
The tint of text outline of the tab name.
|
||||
</theme_item>
|
||||
<theme_item name="font_selected_color" type="Color" default="Color( 0.94, 0.94, 0.94, 1 )">
|
||||
<theme_item name="font_selected_color" type="Color" default="Color(0.94, 0.94, 0.94, 1)">
|
||||
Font color of the currently selected tab.
|
||||
</theme_item>
|
||||
<theme_item name="font_size" type="int">
|
||||
Font size of the tab names.
|
||||
</theme_item>
|
||||
<theme_item name="font_unselected_color" type="Color" default="Color( 0.69, 0.69, 0.69, 1 )">
|
||||
<theme_item name="font_unselected_color" type="Color" default="Color(0.69, 0.69, 0.69, 1)">
|
||||
Font color of the other, unselected tabs.
|
||||
</theme_item>
|
||||
<theme_item name="icon_separation" type="int" default="4">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue