Fixes transparent dropdown

This commit is contained in:
Sander Ferdinand 2018-04-05 08:20:36 +02:00
parent 76a105261e
commit 0e92a8f723

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 {