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

rewrote LineEdit window repositioning code so it does not eat the last character, closes #4992

This commit is contained in:
Juan Linietsky
2016-06-12 12:05:21 -03:00
parent 1785f6939f
commit 83bf8036de
2 changed files with 14 additions and 6 deletions

View File

@@ -583,6 +583,7 @@ ThemeEditor::ThemeEditor() {
add_child(panel);
panel->set_area_as_parent_rect(0);
panel->set_margin(MARGIN_TOP,25);
panel->set_theme(Theme::get_default());
main_vb= memnew( VBoxContainer );
panel->add_child(main_vb);