summaryrefslogtreecommitdiffstats
path: root/editor/plugins/asset_library_editor_plugin.cpp
diff options
context:
space:
mode:
authorDaniel J. Ramirez <djrmuv@gmail.com>2017-09-25 21:43:20 -0500
committerDaniel J. Ramirez <djrmuv@gmail.com>2017-09-25 21:43:20 -0500
commitb622c92fad36ef7c8cfb84f7e0de188557808ee0 (patch)
tree0df3185f8e8ecea89b963117d6477d894b0a6743 /editor/plugins/asset_library_editor_plugin.cpp
parentf577efd47ed2f0aa801155756e4ba5d5ea2d5f2b (diff)
downloadredot-engine-b622c92fad36ef7c8cfb84f7e0de188557808ee0.tar.gz
Removed most of the custom colors from the interface.
Diffstat (limited to 'editor/plugins/asset_library_editor_plugin.cpp')
-rw-r--r--editor/plugins/asset_library_editor_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/asset_library_editor_plugin.cpp b/editor/plugins/asset_library_editor_plugin.cpp
index db3a303a9b..cd53264437 100644
--- a/editor/plugins/asset_library_editor_plugin.cpp
+++ b/editor/plugins/asset_library_editor_plugin.cpp
@@ -1434,7 +1434,7 @@ EditorAssetLibrary::EditorAssetLibrary(bool p_templates_only) {
error_hb = memnew(HBoxContainer);
library_main->add_child(error_hb);
error_label = memnew(Label);
- error_label->add_color_override("color", Color(1, 0.4, 0.3));
+ error_label->add_color_override("color", get_color("error_color", "Editor"));
error_hb->add_child(error_label);
description = NULL;