Skip to content
Snippets Groups Projects
Commit 0183cca1 authored by Alan's avatar Alan
Browse files

fixed ShopItem layout size by enabling autowrap for item name

parent 5b41b782
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,10 @@ layout_mode = 2
size_flags_horizontal = 4
[node name="ItemName" type="Label" parent="MarginContainer/VBoxContainer"]
custom_minimum_size = Vector2(100, 0)
layout_mode = 2
horizontal_alignment = 1
autowrap_mode = 3
[node name="ItemPrice" type="Label" parent="MarginContainer/VBoxContainer"]
layout_mode = 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment