diff --git a/modules/gui/qt/widgets/qml/PointingTooltip.qml b/modules/gui/qt/widgets/qml/PointingTooltip.qml index 68b2fc95ee..5e7933bd65 100644 --- a/modules/gui/qt/widgets/qml/PointingTooltip.qml +++ b/modules/gui/qt/widgets/qml/PointingTooltip.qml @@ -26,6 +26,9 @@ ToolTipExt { margins: 0 padding: VLCStyle.margin_xxsmall + height: implicitHeight + background.arrowHeight + bottomInset: height - implicitHeight + x: _x y: pos.y - (implicitHeight + arrowArea.implicitHeight + VLCStyle.dp(7.5)) @@ -37,6 +40,8 @@ ToolTipExt { color: pointingTooltip.colorContext.bg.primary radius: VLCStyle.dp(6, VLCStyle.scale) + readonly property real arrowHeight: arrow.implicitHeight + border.width + Item { id: arrowArea