psl面板网页版换行bug处理
This commit is contained in:
parent
c67cc5007b
commit
0a0070da94
@ -38,4 +38,4 @@ layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 18
|
||||
text = "按钮"
|
||||
horizontal_alignment = 1
|
||||
autowrap_mode = 2
|
||||
autowrap_mode = 1
|
||||
|
@ -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"]
|
||||
|
@ -38,4 +38,4 @@ layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 18
|
||||
text = "灯"
|
||||
horizontal_alignment = 1
|
||||
autowrap_mode = 2
|
||||
autowrap_mode = 1
|
||||
|
Loading…
Reference in New Issue
Block a user