rightPadding) implicitHeight: Math.max(implicitBackgroundHeight + topInset + bottomInset, contentHeight + topPadding + bottomPadding) delegate: MenuBarItem { } contentItem: Row { spacing: control.spacing Repeater { model: control.contentModel } } background: Rectangle { implicitHeight: 40 color: control.Material.dialogColor } }