fix drawing input anchoring incorrectly when using loader

This commit is contained in:
2026-05-27 12:03:06 +02:00
parent 3963a48a9d
commit d92e5b4cd7
4 changed files with 7 additions and 8 deletions
-1
View File
@@ -48,7 +48,6 @@ Item {
anchors.right: parent.right
anchors.verticalCenter: parent.verticalCenter
asynchronous: true
height: content.item.height
opacity: root.expanded ? 0 : 1
Behavior on opacity {