linphone-desktop/tests/ui/modules/Common/Popup/DropDownMenu.qml

5 lines
86 B
QML

AbstractDropDownMenu {
function _computeHeight () {
return content.height
}
}