Revert "Port ImportDock and ProjectExport to new property editor"

This commit is contained in:
Rémi Verschelde
2018-08-18 15:24:31 +02:00
committed by GitHub
parent bfcc3e7a00
commit b3246f13d1
4 changed files with 19 additions and 18 deletions

View File

@ -420,9 +420,10 @@ ImportDock::ImportDock() {
preset->get_popup()->connect("index_pressed", this, "_preset_selected");
hb->add_child(preset);
import_opts = memnew(EditorInspector);
import_opts = memnew(PropertyEditor);
add_child(import_opts);
import_opts->set_v_size_flags(SIZE_EXPAND_FILL);
import_opts->hide_top_label();
hb = memnew(HBoxContainer);
add_child(hb);