瀏覽代碼

Merge pull request #10192 from ISylvox/ChildProcessConnected-scary-to-friendly-2.1

[2.1] Editor Debugger: Changed the Color of Child Process Connected
Rémi Verschelde 8 年之前
父節點
當前提交
ac79f831af
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      editor/script_editor_debugger.cpp

+ 1 - 1
editor/script_editor_debugger.cpp

@@ -1756,7 +1756,7 @@ ScriptEditorDebugger::ScriptEditorDebugger(EditorNode *p_editor) {
 		reason->set_text("");
 		reason->set_editable(false);
 		hbc->add_child(reason);
-		reason->add_color_override("font_color", Color(1, 0.4, 0.0, 0.8));
+		reason->add_color_override("font_color", Color(0.1, 0.9, 0.8, 0.9));
 		reason->set_h_size_flags(SIZE_EXPAND_FILL);
 		//reason->set_clip_text(true);