diff options
Diffstat (limited to 'client/player/chat_bubble.tscn')
-rw-r--r-- | client/player/chat_bubble.tscn | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/client/player/chat_bubble.tscn b/client/player/chat_bubble.tscn index 0fb6330f..6124d8b2 100644 --- a/client/player/chat_bubble.tscn +++ b/client/player/chat_bubble.tscn @@ -37,8 +37,6 @@ size = Vector2i(512, 128) modulate = Color(1, 1, 1, 0) offset_right = 67.0625 offset_bottom = 31.0 -theme_override_styles/normal = SubResource("StyleBoxEmpty_byl28") theme_override_styles/focus = SubResource("StyleBoxEmpty_byl28") theme_override_styles/read_only = SubResource("StyleBoxEmpty_byl28") - -[connection signal="text_changed" from="LineEdit" to="." method="_on_line_edit_text_changed"] +theme_override_styles/normal = SubResource("StyleBoxEmpty_byl28") |