diff options
author | fire540 <isaacr.7.2005@gmail.com> | 2022-01-24 18:16:05 -0600 |
---|---|---|
committer | FireForge <isaacr.7.2005@gmail.com> | 2022-02-03 13:02:18 -0600 |
commit | d5d05386a658875bf3fff908ceb879158d1a1c2f (patch) | |
tree | 1568ecffeaccb88506bde51963c88dff9d467d53 /editor/editor_properties_array_dict.h | |
parent | 30701e3966fe0869868d09d57249ff140e55849e (diff) | |
download | redot-engine-d5d05386a658875bf3fff908ceb879158d1a1c2f.tar.gz |
Add type icons to Project Settings, Array, and Dictionary editors
Diffstat (limited to 'editor/editor_properties_array_dict.h')
-rw-r--r-- | editor/editor_properties_array_dict.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_properties_array_dict.h b/editor/editor_properties_array_dict.h index 4c31ba0b49..bb10cdf97e 100644 --- a/editor/editor_properties_array_dict.h +++ b/editor/editor_properties_array_dict.h @@ -147,6 +147,7 @@ class EditorPropertyDictionary : public EditorProperty { EditorSpinSlider *size_slider; EditorSpinSlider *page_slider; HBoxContainer *page_hbox; + Button *button_add_item; void _page_changed(double p_page); void _edit_pressed(); |