mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
doc: Add default values to all properties
Thanks to @bojidar-bg's impressive work in #29380.
This commit is contained in:
@@ -197,7 +197,7 @@
|
||||
</method>
|
||||
</methods>
|
||||
<members>
|
||||
<member name="selected" type="int" setter="_select_int" getter="get_selected">
|
||||
<member name="selected" type="int" setter="_select_int" getter="get_selected" default="-1">
|
||||
</member>
|
||||
</members>
|
||||
<signals>
|
||||
@@ -221,7 +221,7 @@
|
||||
<theme_items>
|
||||
<theme_item name="arrow" type="Texture">
|
||||
</theme_item>
|
||||
<theme_item name="arrow_margin" type="int">
|
||||
<theme_item name="arrow_margin" type="int" default="2">
|
||||
</theme_item>
|
||||
<theme_item name="disabled" type="StyleBox">
|
||||
</theme_item>
|
||||
@@ -229,17 +229,17 @@
|
||||
</theme_item>
|
||||
<theme_item name="font" type="Font">
|
||||
</theme_item>
|
||||
<theme_item name="font_color" type="Color">
|
||||
<theme_item name="font_color" type="Color" default="Color( 0.878431, 0.878431, 0.878431, 1 )">
|
||||
</theme_item>
|
||||
<theme_item name="font_color_disabled" type="Color">
|
||||
<theme_item name="font_color_disabled" type="Color" default="Color( 0.9, 0.9, 0.9, 0.2 )">
|
||||
</theme_item>
|
||||
<theme_item name="font_color_hover" type="Color">
|
||||
<theme_item name="font_color_hover" type="Color" default="Color( 0.941176, 0.941176, 0.941176, 1 )">
|
||||
</theme_item>
|
||||
<theme_item name="font_color_pressed" type="Color">
|
||||
<theme_item name="font_color_pressed" type="Color" default="Color( 1, 1, 1, 1 )">
|
||||
</theme_item>
|
||||
<theme_item name="hover" type="StyleBox">
|
||||
</theme_item>
|
||||
<theme_item name="hseparation" type="int">
|
||||
<theme_item name="hseparation" type="int" default="2">
|
||||
</theme_item>
|
||||
<theme_item name="normal" type="StyleBox">
|
||||
</theme_item>
|
||||
|
||||
Reference in New Issue
Block a user