From b90ecc6e0a5fe2c664b33ef6dd563290bbe35841 Mon Sep 17 00:00:00 2001 From: volzhs Date: Mon, 13 Jun 2016 23:27:02 +0900 Subject: change "No matches" noticeable on finder --- tools/editor/code_editor.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/editor/code_editor.cpp b/tools/editor/code_editor.cpp index f62209fafa..d023827a3c 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(); -- cgit v1.2.3