You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
-Improved theme editor, when a new class is added, the members are created empty, closes #4619
-Made theme editor take less vertical space by using a scroll area
This commit is contained in:
@@ -35,16 +35,19 @@
|
||||
#include "scene/gui/file_dialog.h"
|
||||
#include "scene/gui/check_box.h"
|
||||
#include "scene/gui/button_group.h"
|
||||
#include "scene/gui/scroll_container.h"
|
||||
|
||||
#include "tools/editor/editor_node.h"
|
||||
|
||||
|
||||
|
||||
|
||||
class ThemeEditor : public Control {
|
||||
|
||||
OBJ_TYPE( ThemeEditor, Control );
|
||||
|
||||
|
||||
ScrollContainer *scroll;
|
||||
VBoxContainer *main_vb;
|
||||
Ref<Theme> theme;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user