Merge pull request #1268

0e92a8f Fixes transparent dropdown
This commit is contained in:
luigi1111 2018-04-08 17:36:43 -05:00
commit a8e545891c
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -567,7 +567,6 @@ Rectangle {
pressedColor: "#202020"
}
// Make sure dropdown is on top
z: parent.z + 30
}
ColumnLayout {
@ -577,6 +576,8 @@ Rectangle {
ColumnLayout {
Layout.fillWidth: true
}
z: parent.z + 1
}
ColumnLayout {