summaryrefslogtreecommitdiffstats
path: root/editor/editor_properties_array_dict.h
diff options
context:
space:
mode:
authorfire540 <isaacr.7.2005@gmail.com>2022-01-24 18:16:05 -0600
committerFireForge <isaacr.7.2005@gmail.com>2022-02-03 13:02:18 -0600
commitd5d05386a658875bf3fff908ceb879158d1a1c2f (patch)
tree1568ecffeaccb88506bde51963c88dff9d467d53 /editor/editor_properties_array_dict.h
parent30701e3966fe0869868d09d57249ff140e55849e (diff)
downloadredot-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.h1
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();