psl面板网页版换行bug处理

This commit is contained in:
joylink_zhaoerwei 2024-05-21 11:21:47 +08:00
parent c67cc5007b
commit 0a0070da94
3 changed files with 4 additions and 4 deletions

View File

@ -38,4 +38,4 @@ layout_mode = 2
theme_override_font_sizes/font_size = 18
text = "按钮"
horizontal_alignment = 1
autowrap_mode = 2
autowrap_mode = 1

View File

@ -43,7 +43,7 @@ layout_mode = 2
theme_override_font_sizes/font_size = 18
text = "灯"
horizontal_alignment = 1
autowrap_mode = 2
autowrap_mode = 1
[node name="Key" type="TextureRect" parent="."]
layout_mode = 2
@ -94,7 +94,7 @@ layout_mode = 2
theme_override_font_sizes/font_size = 18
text = "钥匙"
horizontal_alignment = 1
autowrap_mode = 2
autowrap_mode = 1
[connection signal="gui_input" from="Key/Key" to="." method="_on_key_gui_input"]
[connection signal="mouse_entered" from="Key/Key" to="." method="_on_key_mouse_entered"]

View File

@ -38,4 +38,4 @@ layout_mode = 2
theme_override_font_sizes/font_size = 18
text = "灯"
horizontal_alignment = 1
autowrap_mode = 2
autowrap_mode = 1