diff options
author | Hendrik Brucker <hendrik.brucker@mail.de> | 2021-08-18 02:09:48 +0200 |
---|---|---|
committer | Hendrik Brucker <hendrik.brucker@mail.de> | 2021-08-18 02:09:48 +0200 |
commit | ff9901f51e00b9bf1702b011af5ef5798b82af89 (patch) | |
tree | 8ffb220b84dfbb992587db927acf56d8e0c45046 /doc/classes | |
parent | 966559c3bdcdc7eeb0cd04098520250580ea3a04 (diff) |
Reimplement ColorPicker presets
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/ColorPicker.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/ColorPicker.xml b/doc/classes/ColorPicker.xml index 99e121de75..571ffd592a 100644 --- a/doc/classes/ColorPicker.xml +++ b/doc/classes/ColorPicker.xml @@ -116,7 +116,7 @@ </theme_item> <theme_item name="picker_cursor" data_type="icon" type="Texture2D"> </theme_item> - <theme_item name="preset_bg" data_type="icon" type="Texture2D"> + <theme_item name="sample_bg" data_type="icon" type="Texture2D"> </theme_item> <theme_item name="screen_picker" data_type="icon" type="Texture2D"> The icon for the screen color picker button. |