From 7a4a3c5baa4521f9a9b711f13a52f46b5ae32365 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Patron?= Date: Sat, 25 May 2024 10:09:23 +0200 Subject: [PATCH] Unset file transfer tooltip location Not sure what was the goal here, but tooltip should be shown under the file drop area, not the entire plasmoid. --- plasmoid/package/contents/ui/DeviceDelegate.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/plasmoid/package/contents/ui/DeviceDelegate.qml b/plasmoid/package/contents/ui/DeviceDelegate.qml index 04fb52b97..386d944fb 100644 --- a/plasmoid/package/contents/ui/DeviceDelegate.qml +++ b/plasmoid/package/contents/ui/DeviceDelegate.qml @@ -59,7 +59,6 @@ PlasmaComponents.ItemDelegate PlasmaCore.ToolTipArea { id: dropAreaToolTip anchors.fill: parent - location: plasmoid.location active: true mainText: i18n("File Transfer") subText: i18n("Drop a file to transfer it onto your phone.")