1
0
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:
Daniel J. Ramirez
2017-07-14 23:40:17 -05:00
parent a5b7c2200c
commit a3c2d9a6bd
90 changed files with 2313 additions and 155 deletions

View File

@@ -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 {