From fab3c4308c8e5ed7b86992f4ae782d010f56baad Mon Sep 17 00:00:00 2001 From: volzhs Date: Mon, 22 May 2017 21:39:10 +0900 Subject: Show description box on create new node window --- editor/editor_help.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor') 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")); } } -- cgit v1.2.3