diff options
author | Yuri Sizov <yuris@humnom.net> | 2021-12-01 21:02:20 +0300 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2021-12-01 21:02:20 +0300 |
commit | 397e56964dfb6555d2aa431391e3d308a0ec3e0d (patch) | |
tree | 5a1860daee9b931fe200bbfb0c4aa58df685308e /doc/classes/VSlider.xml | |
parent | e223a9c12905b99bb1fe93a56ae634b34eadd359 (diff) |
Sort and group theme properties in docs, improve formatting for theme and enums
Diffstat (limited to 'doc/classes/VSlider.xml')
-rw-r--r-- | doc/classes/VSlider.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/classes/VSlider.xml b/doc/classes/VSlider.xml index 286674a9b4..aa43fac347 100644 --- a/doc/classes/VSlider.xml +++ b/doc/classes/VSlider.xml @@ -17,22 +17,22 @@ <theme_item name="grabber" data_type="icon" type="Texture2D"> The texture for the grabber (the draggable element). </theme_item> - <theme_item name="grabber_area" data_type="style" type="StyleBox"> - The background of the area below the grabber. - </theme_item> - <theme_item name="grabber_area_highlight" data_type="style" type="StyleBox"> - </theme_item> <theme_item name="grabber_disabled" data_type="icon" type="Texture2D"> The texture for the grabber when it's disabled. </theme_item> <theme_item name="grabber_highlight" data_type="icon" type="Texture2D"> The texture for the grabber when it's focused. </theme_item> - <theme_item name="slider" data_type="style" type="StyleBox"> - The background for the whole slider. Determines the width of the [code]grabber_area[/code]. - </theme_item> <theme_item name="tick" data_type="icon" type="Texture2D"> The texture for the ticks, visible when [member Slider.tick_count] is greater than 0. </theme_item> + <theme_item name="grabber_area" data_type="style" type="StyleBox"> + The background of the area below the grabber. + </theme_item> + <theme_item name="grabber_area_highlight" data_type="style" type="StyleBox"> + </theme_item> + <theme_item name="slider" data_type="style" type="StyleBox"> + The background for the whole slider. Determines the width of the [code]grabber_area[/code]. + </theme_item> </theme_items> </class> |