diff options
Diffstat (limited to 'editor/editor_plugin_settings.h')
-rw-r--r-- | editor/editor_plugin_settings.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editor/editor_plugin_settings.h b/editor/editor_plugin_settings.h index 96ddad2a43..8db8ffd78c 100644 --- a/editor/editor_plugin_settings.h +++ b/editor/editor_plugin_settings.h @@ -43,6 +43,17 @@ class EditorPluginSettings : public VBoxContainer { BUTTON_PLUGIN_EDIT }; + enum { + COLUMN_PADDING_LEFT, + COLUMN_STATUS, + COLUMN_NAME, + COLUMN_VERSION, + COLUMN_AUTHOR, + COLUMN_EDIT, + COLUMN_PADDING_RIGHT, + COLUMN_MAX, + }; + PluginConfigDialog *plugin_config_dialog = nullptr; Tree *plugin_list = nullptr; bool updating = false; |