linphone-desktop/tests/ui/modules/Common/Popup/DropDownMenu.qml
2016-10-25 17:11:34 +02:00

9 lines
290 B
QML

// ===================================================================
// Menu which supports menu like `ActionMenu` or `Menu`.
// ===================================================================
AbstractDropDownMenu {
function _computeHeight () {
return _content[0].height
}
}