You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Improvements and fixes for the default theme.
Added customizable border size and window highlight.
This commit is contained in:
@@ -115,9 +115,9 @@ typedef ScriptEditorBase *(*CreateScriptEditorFunc)(const Ref<Script> &p_script)
|
||||
|
||||
class EditorScriptCodeCompletionCache;
|
||||
|
||||
class ScriptEditor : public VBoxContainer {
|
||||
class ScriptEditor : public PanelContainer {
|
||||
|
||||
GDCLASS(ScriptEditor, VBoxContainer);
|
||||
GDCLASS(ScriptEditor, PanelContainer);
|
||||
|
||||
EditorNode *editor;
|
||||
enum {
|
||||
|
||||
Reference in New Issue
Block a user