Constraint and text alignment mismatch
You set a text layer to resize to its characters, aligned it to one edge, and constrained it to a different one. The alignment determines which edge stays still as the text changes, but the QML code follows the constraint instead. An instance that overrides the text then moves the layer.
Set the constraint to the edge the text is aligned to, or align the text to the edge it is constrained to.
See also Fix conversion issues.
© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.