From d5d05386a658875bf3fff908ceb879158d1a1c2f Mon Sep 17 00:00:00 2001 From: fire540 Date: Mon, 24 Jan 2022 18:16:05 -0600 Subject: Add type icons to Project Settings, Array, and Dictionary editors --- editor/editor_properties_array_dict.h | 1 + 1 file changed, 1 insertion(+) (limited to 'editor/editor_properties_array_dict.h') 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(); -- cgit v1.2.3