PackedScene Lineedit Problem

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

I have an example where I package an scene (a panel and a lineedit) from code and then load it and add the instance as a child.

Problem is when I edit the text from the lineedit save and then load it in the position of the lineedit on the loaded instance is all wrong and moves itself to the left leaving only the last character visible.

how can I save the new text and position of the lineedit properly?

Here’s the project example if you would like to check it out.

Save and load are manually done: “Esc” Saves the instance, “Enter” Loads it