diff --git a/plasmoid/contents/ui/ToolTipDelegate2.qml b/plasmoid/contents/ui/ToolTipDelegate2.qml index e9471cb4a..104bb90f0 100644 --- a/plasmoid/contents/ui/ToolTipDelegate2.qml +++ b/plasmoid/contents/ui/ToolTipDelegate2.qml @@ -81,7 +81,8 @@ PlasmaExtras.ScrollArea { }); } Item{ - anchors.fill: contentItem + width: contentItem.width + height: contentItem.height DropArea { id: dropMainArea