1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-30 18:30:54 +00:00

Fix tree line editor corners

This commit is contained in:
passivestar
2025-12-20 12:53:27 +04:00
parent 551ce8d47f
commit d5cf2a5e7f
3 changed files with 27 additions and 0 deletions

View File

@@ -6889,6 +6889,7 @@ Tree::Tree() {
popup_editor->add_child(popup_editor_vb);
line_editor = memnew(LineEdit);
line_editor->set_theme_type_variation("TreeLineEdit");
line_editor->set_v_size_flags(SIZE_EXPAND_FILL);
line_editor->hide();
popup_editor_vb->add_child(line_editor);