mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-23 22:58:15 +00:00
fix(Popup/DropDownMenu): use directly Constants.zPopup
This commit is contained in:
parent
24ce071a05
commit
7e089a9d4d
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue