Skip to content

Commit 3215e04

Browse files
manuqclaude
andcommitted
The inventory UI is too narrow. Make it wider.
- Added `custom_minimum_size = Vector2(800, 600)` to the Inventory root `PanelContainer`, matching the debug settings UI dimensions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7a35d22 commit 3215e04

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scenes/ui_elements/inventory/inventory.tscn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[ext_resource type="Texture2D" uid="uid://xe25gqovxxpe" path="res://assets/first_party/icons/left_arrow.png" id="3_arrow"]
66

77
[node name="Inventory" type="PanelContainer"]
8+
custom_minimum_size = Vector2(800, 600)
89
anchors_preset = 15
910
anchor_right = 1.0
1011
anchor_bottom = 1.0

0 commit comments

Comments
 (0)