Skip to content

Commit 6bb5975

Browse files
manuqclaude
andcommitted
In the inventory, when inspecting a trinket with full text, the view doesn't scroll, so the text overflows. Make that text scrollable.
- Removed `fit_content = true` and `scroll_active = false` from the `InspectText` RichTextLabel so it stays within its allocated space and uses its built-in scrollbar when content overflows. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2e5a18c commit 6bb5975

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

scenes/ui_elements/inventory/inventory.tscn

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ unique_name_in_owner = true
6363
visible = false
6464
layout_mode = 2
6565
size_flags_vertical = 3
66-
fit_content = true
67-
scroll_active = false
6866

6967
[node name="CloseButton" type="Button" parent="VBoxContainer/InspectPanel/MarginContainer/VBoxContainer" unique_id=800569538]
7068
unique_name_in_owner = true

0 commit comments

Comments
 (0)