mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-25 07:38:11 +00:00
11 lines
328 B
QML
11 lines
328 B
QML
import Utils 1.0
|
|
|
|
// =============================================================================
|
|
// Menu which supports menu like `ActionMenu` or `Menu`.
|
|
// =============================================================================
|
|
|
|
AbstractDropDownMenu {
|
|
function _computeHeight () {
|
|
return _content[0].height
|
|
}
|
|
}
|