Make Import Dock more obvious to use
Co-authored-by: Jairo Honorio <registrofx@gmail.com>
This commit is contained in:
parent
28174d531b
commit
cff0a1a896
2 changed files with 28 additions and 5 deletions
|
|
@ -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>());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue