Fix some QML warnings

pull/2/head
MaxXor 6 years ago
parent 1107daab98
commit 2842c33759

@ -65,7 +65,7 @@ Item {
}
ColumnLayout {
z: bg.z + 1
z: parent.z + 1
id: mainLayout
spacing: 10
anchors { fill: parent; margins: 35 }

@ -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"

@ -1336,7 +1336,6 @@ ApplicationWindow {
onTransferClicked: {
middlePanel.state = "Transfer";
middlePanel.flickable.contentY = 0;
mainFlickable.contentY = 0;
if(isMobile) {
hideMenu();
}