diff options
| author | volzhs | 2017-05-22 21:39:10 +0900 |
|---|---|---|
| committer | volzhs | 2017-05-22 21:39:10 +0900 |
| commit | fab3c4308c8e5ed7b86992f4ae782d010f56baad (patch) | |
| tree | 0d47420772f18f83065020afd80bead63099fc16 /editor/editor_help.cpp | |
| parent | 5b3709d3096df737b8bb2344446be818b0389bfe (diff) | |
| download | godot-fab3c4308c8e5ed7b86992f4ae782d010f56baad.tar.gz godot-fab3c4308c8e5ed7b86992f4ae782d010f56baad.tar.zst godot-fab3c4308c8e5ed7b86992f4ae782d010f56baad.zip | |
Diffstat (limited to 'editor/editor_help.cpp')
| -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 d550ce93d..5c5fc7c3d 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")); } } |
