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

This commit is contained in:
Ronan Abhamon 2016-09-29 11:12:40 +02:00
parent 24ce071a05
commit 7e089a9d4d
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,6 @@
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

View file

@ -1,7 +1,6 @@
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()