diff options
| author | Juan Linietsky | 2016-06-12 12:05:21 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-06-12 12:05:21 -0300 |
| commit | 83bf8036def06e8038891b1f143ac86c1d9b0c0c (patch) | |
| tree | 592d7f10266550962de7ae4e83ddfda81ac3e5e7 /tools/editor/plugins/theme_editor_plugin.cpp | |
| parent | 1785f6939f2db8e02776559c8a2b5c5d391ad909 (diff) | |
| download | godot-83bf8036def06e8038891b1f143ac86c1d9b0c0c.tar.gz godot-83bf8036def06e8038891b1f143ac86c1d9b0c0c.tar.zst godot-83bf8036def06e8038891b1f143ac86c1d9b0c0c.zip | |
rewrote LineEdit window repositioning code so it does not eat the last character, closes #4992
Diffstat (limited to 'tools/editor/plugins/theme_editor_plugin.cpp')
| -rw-r--r-- | tools/editor/plugins/theme_editor_plugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/plugins/theme_editor_plugin.cpp b/tools/editor/plugins/theme_editor_plugin.cpp index 37cb0398e..267394836 100644 --- a/tools/editor/plugins/theme_editor_plugin.cpp +++ b/tools/editor/plugins/theme_editor_plugin.cpp @@ -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); |
