1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-03 19:11:41 +00:00

change "No matches" noticeable on finder

This commit is contained in:
volzhs
2016-06-13 23:27:02 +09:00
parent 4bb93c976c
commit b90ecc6e0a

View File

@@ -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();