diff options
author | kobewi <kobewi4e@gmail.com> | 2021-12-25 16:31:36 +0100 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2021-12-25 16:31:36 +0100 |
commit | cff0a1a896dfd825c4cccf1e3853ad5217261b40 (patch) | |
tree | 8c1dfd904395bd4bd4ad0f3651d79a0b587343a4 /editor/import_dock.h | |
parent | 28174d531b7128f0281fc2b88da2f4962fd3513e (diff) |
Make Import Dock more obvious to use
Co-authored-by: Jairo Honorio <registrofx@gmail.com>
Diffstat (limited to 'editor/import_dock.h')
-rw-r--r-- | editor/import_dock.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/import_dock.h b/editor/import_dock.h index ac73f3e3c0..ec5700911f 100644 --- a/editor/import_dock.h +++ b/editor/import_dock.h @@ -62,6 +62,9 @@ class ImportDock : public VBoxContainer { ImportDockParameters *params; + VBoxContainer *content; + Label *select_a_resource; + void _preset_selected(int p_idx); void _importer_selected(int i_idx); void _update_options(const String &p_path, const Ref<ConfigFile> &p_config = Ref<ConfigFile>()); |