Commit 7e089a9d authored by Ronan Abhamon's avatar Ronan Abhamon

fix(Popup/DropDownMenu): use directly `Constants.zPopup`

parent 24ce071a
import QtQuick 2.7
import Linphone 1.0
import Linphone.Styles 1.0
// ===================================================================
......@@ -27,6 +28,7 @@ Rectangle {
return height > maxMenuHeight ? maxMenuHeight : height
}
visible: false
z: Constants.zPopup
Rectangle {
id: content
......
import QtQuick 2.7
import QtQuick.Controls 2.0
import Linphone 1.0
import Linphone.Styles 1.0
// ===================================================================
......@@ -57,7 +56,6 @@ Item {
anchors.top: searchField.bottom
width: searchField.width
z: Constants.zPopup
Keys.onEscapePressed: _hideMenu()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment