aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvolzhs2017-05-22 21:39:10 +0900
committervolzhs2017-05-22 21:39:10 +0900
commitfab3c4308c8e5ed7b86992f4ae782d010f56baad (patch)
tree0d47420772f18f83065020afd80bead63099fc16
parent5b3709d3096df737b8bb2344446be818b0389bfe (diff)
downloadgodot-fab3c4308c8e5ed7b86992f4ae782d010f56baad.tar.gz
godot-fab3c4308c8e5ed7b86992f4ae782d010f56baad.tar.zst
godot-fab3c4308c8e5ed7b86992f4ae782d010f56baad.zip
-rw-r--r--editor/editor_help.cpp2
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"));
}
}