mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-23 14:48:15 +00:00
9 lines
290 B
QML
9 lines
290 B
QML
// ===================================================================
|
|
// Menu which supports menu like `ActionMenu` or `Menu`.
|
|
// ===================================================================
|
|
|
|
AbstractDropDownMenu {
|
|
function _computeHeight () {
|
|
return _content[0].height
|
|
}
|
|
}
|