diff options
author | volzhs <volzhs@gmail.com> | 2017-05-22 21:39:10 +0900 |
---|---|---|
committer | volzhs <volzhs@gmail.com> | 2017-05-22 21:39:10 +0900 |
commit | fab3c4308c8e5ed7b86992f4ae782d010f56baad (patch) | |
tree | 0d47420772f18f83065020afd80bead63099fc16 | |
parent | 5b3709d3096df737b8bb2344446be818b0389bfe (diff) |
Show description box on create new node window
-rw-r--r-- | editor/editor_help.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_help.cpp b/editor/editor_help.cpp index d550ce93d1..5c5fc7c3d4 100644 --- a/editor/editor_help.cpp +++ b/editor/editor_help.cpp @@ -1786,7 +1786,7 @@ void EditorHelpBit::_bind_methods() { void EditorHelpBit::_notification(int p_what) { if (p_what == NOTIFICATION_ENTER_TREE) { - add_style_override("panel", get_stylebox("normal", "TextEdit")); + add_style_override("panel", get_stylebox("ScriptPanel", "EditorStyles")); } } |