aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/code_editor.cpp
diff options
context:
space:
mode:
authorvolzhs2016-06-13 23:27:02 +0900
committervolzhs2016-06-13 23:27:02 +0900
commitb90ecc6e0a5fe2c664b33ef6dd563290bbe35841 (patch)
treec42993f1760be59a0dc8ec3f96a9f4675058099e /tools/editor/code_editor.cpp
parent4bb93c976c6b67b4538c8a012ea549ec24e3ac1a (diff)
downloadgodot-b90ecc6e0a5fe2c664b33ef6dd563290bbe35841.tar.gz
godot-b90ecc6e0a5fe2c664b33ef6dd563290bbe35841.tar.zst
godot-b90ecc6e0a5fe2c664b33ef6dd563290bbe35841.zip
change "No matches" noticeable on finder
Diffstat (limited to 'tools/editor/code_editor.cpp')
-rw-r--r--tools/editor/code_editor.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/editor/code_editor.cpp b/tools/editor/code_editor.cpp
index f62209faf..d023827a3 100644
--- a/tools/editor/code_editor.cpp
+++ b/tools/editor/code_editor.cpp
@@ -521,6 +521,9 @@ FindReplaceBar::FindReplaceBar() {
error_label = memnew(Label);
search_options->add_child(error_label);
+ error_label->add_color_override("font_color", Color(1,1,0,1));
+ error_label->add_color_override("font_color_shadow", Color(0,0,0,1));
+ error_label->add_constant_override("shadow_as_outline", 1);
search_options->add_spacer();