mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-25 07:38:11 +00:00
5 lines
86 B
QML
5 lines
86 B
QML
AbstractDropDownMenu {
|
|
function _computeHeight () {
|
|
return content.height
|
|
}
|
|
}
|