diff --git a/src/declarativeimports/plasmacomponents3/ToolTip.qml b/src/declarativeimports/plasmacomponents3/ToolTip.qml index 75b542e09..267f02c9b 100644 --- a/src/declarativeimports/plasmacomponents3/ToolTip.qml +++ b/src/declarativeimports/plasmacomponents3/ToolTip.qml @@ -40,6 +40,8 @@ T.ToolTip { } background: PlasmaCore.FrameSvgItem { + height: Math.max(implicitHeight, control.height) + width: Math.max(implicitWidth, control.width) imagePath: "widgets/background" } }