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

Regression fixup to the theme editor

This commit is contained in:
Michael Alexsander Silva Dias
2019-08-13 15:09:25 -03:00
parent 7863ea39db
commit b7c2bcff76
2 changed files with 37 additions and 36 deletions

View File

@@ -45,7 +45,7 @@ class ThemeEditor : public VBoxContainer {
GDCLASS(ThemeEditor, VBoxContainer);
ScrollContainer *scroll;
Panel *main_panel;
MarginContainer *main_container;
Ref<Theme> theme;