diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-12-17 11:43:07 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-12-17 11:43:07 +0100 |
commit | c64c46db1d167502b079395b82e75b6c8d5c28c4 (patch) | |
tree | 2accc97dd28b3182c86334669c93e45fe78d7b46 /doc/classes/VSlider.xml | |
parent | accf68b2cc0a459dd37a44a80d387cc7e59b4062 (diff) |
doc: Sync classref with current source
Diffstat (limited to 'doc/classes/VSlider.xml')
-rw-r--r-- | doc/classes/VSlider.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/classes/VSlider.xml b/doc/classes/VSlider.xml index fc62e5c892..8590c7bc3b 100644 --- a/doc/classes/VSlider.xml +++ b/doc/classes/VSlider.xml @@ -17,20 +17,14 @@ <constants> </constants> <theme_items> - <theme_item name="focus" type="StyleBox"> - </theme_item> <theme_item name="grabber" type="Texture"> </theme_item> <theme_item name="grabber_area" type="StyleBox"> </theme_item> <theme_item name="grabber_disabled" type="Texture"> </theme_item> - <theme_item name="grabber_disabled" type="StyleBox"> - </theme_item> <theme_item name="grabber_highlight" type="Texture"> </theme_item> - <theme_item name="grabber_highlight" type="StyleBox"> - </theme_item> <theme_item name="slider" type="StyleBox"> </theme_item> <theme_item name="tick" type="Texture"> |