From 55613b00e592af15fb3192a09b99cba379d5c3d8 Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Tue, 7 Feb 2017 19:47:27 +0200 Subject: [PATCH] fix layout in window previews --- plasmoid/contents/ui/ToolTipDelegate2.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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