How to add indent in VBoxContainer for label with autowrap

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By ksandr1v

The VBoxContainer automatically resizes the elements, so neither margin nor anchor not work for children.

I tried using an HBoxContainer inside a VBoxContainer with an empty element in begining for indent, but it didn’t work when automatic label wrapping is enabled because HBoxContainer turns the label into a thin vertical line.

:bust_in_silhouette: Reply From: ksandr1v

I solved this problem. Need set flag: Size flag → Expand (horizontal), when label inside HBoxContainer.