You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Child Process Connected (in Editor Debugger) is now friendlier :-)
This commit is contained in:
@@ -1756,7 +1756,7 @@ ScriptEditorDebugger::ScriptEditorDebugger(EditorNode *p_editor) {
|
|||||||
reason->set_text("");
|
reason->set_text("");
|
||||||
reason->set_editable(false);
|
reason->set_editable(false);
|
||||||
hbc->add_child(reason);
|
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_h_size_flags(SIZE_EXPAND_FILL);
|
||||||
//reason->set_clip_text(true);
|
//reason->set_clip_text(true);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user