fix drawing input anchoring incorrectly when using loader
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user