Skip to content

Fix the table is too wide when using indentation in RichTextLabel#116168

Merged
Repiteo merged 1 commit into
godotengine:masterfrom
Rindbee:fix-wide-table
Feb 12, 2026
Merged

Fix the table is too wide when using indentation in RichTextLabel#116168
Repiteo merged 1 commit into
godotengine:masterfrom
Rindbee:fix-wide-table

Conversation

@Rindbee

@Rindbee Rindbee commented Feb 11, 2026

Copy link
Copy Markdown
Contributor

Line indentation (offset) is not taken into account when calculating the available width of the table.

However, when drawing a table, its offset takes into account line indentation.

1

rich-text-label-issues.zip

Cell padding increases the width of the table, which is a separate issue.

Line indentation (offset) is not taken into account when calculating
the available width of the table.

However, when drawing a table, its offset takes into account line
indentation.
@Rindbee Rindbee requested a review from a team as a code owner February 11, 2026 12:43
@dalexeev dalexeev added this to the 4.7 milestone Feb 12, 2026
@Repiteo Repiteo merged commit 20d58a3 into godotengine:master Feb 12, 2026
20 checks passed
@Repiteo

Repiteo commented Feb 12, 2026

Copy link
Copy Markdown
Contributor

Thanks!

@Rindbee Rindbee deleted the fix-wide-table branch February 12, 2026 23:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

4 participants