diff options
author | David Cambré <david.cambre@gmail.com> | 2021-08-29 13:08:02 +0200 |
---|---|---|
committer | David Cambré <david.cambre@gmail.com> | 2021-11-04 16:42:08 +0100 |
commit | c977adbd3ba6e2b2345a75d868c740bf7e82ba2e (patch) | |
tree | eb98d62650c868fd849122b3310350ee01cd686a /editor/property_editor.h | |
parent | a0588685bb91382b5096864a00dbb4f3c75692c7 (diff) | |
download | redot-engine-c977adbd3ba6e2b2345a75d868c740bf7e82ba2e.tar.gz |
Update usabilaty of the CustomPropertyEditor
Structure button layout so there is no more overlap.
Diffstat (limited to 'editor/property_editor.h')
-rw-r--r-- | editor/property_editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/property_editor.h b/editor/property_editor.h index 23771b7494..2565c6ee27 100644 --- a/editor/property_editor.h +++ b/editor/property_editor.h @@ -110,6 +110,7 @@ class CustomPropertyEditor : public PopupPanel { int focused_value_editor; Label *value_label[MAX_VALUE_EDITORS]; HScrollBar *scroll[4]; + HBoxContainer *action_hboxes; Button *action_buttons[MAX_ACTION_BUTTONS]; MenuButton *type_button; Vector<String> inheritors_array; |