Merge pull request #1528

2842c33 Fix some QML warnings (MaxXor)
This commit is contained in:
luigi1111 2018-08-02 14:05:23 -05:00
commit 8076e71109
No known key found for this signature in database
GPG key ID: F4ACA0183641E010
3 changed files with 2 additions and 3 deletions

View file

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

View file

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

View file

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