mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
QOL, script buttons in scene tabs
This commit is contained in:
parent
18cbcdafba
commit
07c99e11f5
8 changed files with 158 additions and 5 deletions
|
|
@ -1131,7 +1131,7 @@ ProjectExportDialog::ProjectExportDialog(EditorNode *p_editor) {
|
|||
tree->set_column_min_width(1,90);
|
||||
|
||||
filters = memnew( LineEdit );
|
||||
vb->add_margin_child("Filters for Non-Resources (Comma Separated):",filters);
|
||||
vb->add_margin_child("Filters to export non-resource files (Comma Separated, ie: *.json, *.txt):",filters);
|
||||
filters->connect("text_changed",this,"_filters_edited");
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue