mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Sort and group theme properties in docs, improve formatting for theme and enums
This commit is contained in:
@@ -81,14 +81,6 @@
|
||||
<constants>
|
||||
</constants>
|
||||
<theme_items>
|
||||
<theme_item name="add_preset" data_type="icon" type="Texture">
|
||||
The icon for the "Add Preset" button.
|
||||
</theme_item>
|
||||
<theme_item name="color_hue" data_type="icon" type="Texture">
|
||||
Custom texture for the hue selection slider on the right.
|
||||
</theme_item>
|
||||
<theme_item name="color_sample" data_type="icon" type="Texture">
|
||||
</theme_item>
|
||||
<theme_item name="h_width" data_type="constant" type="int" default="30">
|
||||
The width of the hue selection slider.
|
||||
</theme_item>
|
||||
@@ -97,6 +89,20 @@
|
||||
<theme_item name="margin" data_type="constant" type="int" default="4">
|
||||
The margin around the [ColorPicker].
|
||||
</theme_item>
|
||||
<theme_item name="sv_height" data_type="constant" type="int" default="256">
|
||||
The height of the saturation-value selection box.
|
||||
</theme_item>
|
||||
<theme_item name="sv_width" data_type="constant" type="int" default="256">
|
||||
The width of the saturation-value selection box.
|
||||
</theme_item>
|
||||
<theme_item name="add_preset" data_type="icon" type="Texture">
|
||||
The icon for the "Add Preset" button.
|
||||
</theme_item>
|
||||
<theme_item name="color_hue" data_type="icon" type="Texture">
|
||||
Custom texture for the hue selection slider on the right.
|
||||
</theme_item>
|
||||
<theme_item name="color_sample" data_type="icon" type="Texture">
|
||||
</theme_item>
|
||||
<theme_item name="overbright_indicator" data_type="icon" type="Texture">
|
||||
The indicator used to signalize that the color value is outside the 0-1 range.
|
||||
</theme_item>
|
||||
@@ -105,11 +111,5 @@
|
||||
<theme_item name="screen_picker" data_type="icon" type="Texture">
|
||||
The icon for the screen color picker button.
|
||||
</theme_item>
|
||||
<theme_item name="sv_height" data_type="constant" type="int" default="256">
|
||||
The height of the saturation-value selection box.
|
||||
</theme_item>
|
||||
<theme_item name="sv_width" data_type="constant" type="int" default="256">
|
||||
The width of the saturation-value selection box.
|
||||
</theme_item>
|
||||
</theme_items>
|
||||
</class>
|
||||
|
||||
Reference in New Issue
Block a user