diff --git a/components/InputDialog.qml b/components/InputDialog.qml index fd1c3e3d..e51a16db 100644 --- a/components/InputDialog.qml +++ b/components/InputDialog.qml @@ -65,7 +65,7 @@ Item { } ColumnLayout { - z: bg.z + 1 + z: parent.z + 1 id: mainLayout spacing: 10 anchors { fill: parent; margins: 35 } diff --git a/components/TitleBar.qml b/components/TitleBar.qml index fcbe53dc..581e4cb1 100644 --- a/components/TitleBar.qml +++ b/components/TitleBar.qml @@ -68,7 +68,7 @@ Rectangle { z: parent.z + 1 Image { - anchors.fill: titleBar + anchors.fill: parent height: titleBar.height width: titleBar.width source: "../images/titlebarGradient.jpg" diff --git a/main.qml b/main.qml index 4b6a6942..62b73a59 100644 --- a/main.qml +++ b/main.qml @@ -1336,7 +1336,6 @@ ApplicationWindow { onTransferClicked: { middlePanel.state = "Transfer"; middlePanel.flickable.contentY = 0; - mainFlickable.contentY = 0; if(isMobile) { hideMenu(); }