From 7926630ac7bf578fee67e5df7ae234e3c3795745 Mon Sep 17 00:00:00 2001 From: "Derwent Ready (drentsoft)" <1520613+drentsoft@users.noreply.github.com> Date: Thu, 31 Oct 2019 17:12:03 +0000 Subject: [PATCH] Adjusted RichTextLabel background and font colours to help with readability of the output. --- midi-input-example/Root.tscn | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/midi-input-example/Root.tscn b/midi-input-example/Root.tscn index d91cd44..770d59e 100644 --- a/midi-input-example/Root.tscn +++ b/midi-input-example/Root.tscn @@ -46,7 +46,7 @@ shader = SubResource( 2 ) shader_param/ColorUniform = null [sub_resource type="StyleBoxFlat" id=4] -bg_color = Color( 0.6, 0.6, 0.6, 0.25098 ) +bg_color = Color( 0.141176, 0.141176, 0.141176, 0.501961 ) border_width_left = 4 border_width_top = 4 border_width_right = 4 @@ -177,7 +177,7 @@ margin_bottom = 521.0 size_flags_horizontal = 3 size_flags_vertical = 3 custom_styles/normal = SubResource( 4 ) -custom_colors/default_color = Color( 0, 0, 0, 1 ) +custom_colors/default_color = Color( 1, 1, 1, 1 ) scroll_following = true [node name="CheckBox" type="CheckBox" parent="Control/VBoxContainer/Container/VBoxContainer"] @@ -194,5 +194,4 @@ margin_top = 571.0 margin_right = 1016.0 margin_bottom = 580.0 auto_height = true - [connection signal="toggled" from="Control/VBoxContainer/Container/VBoxContainer/CheckBox" to="Control/VBoxContainer/Container/VBoxContainer/CheckBox" method="_on_CheckBox_toggled"]