linphone-desktop/tests/ui/modules/Common/Popup/DropDownMenu.qml
2016-12-28 11:11:41 +01:00

11 lines
328 B
QML

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