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.
This commit is contained in:
Łukasz Patron 2024-05-25 10:09:23 +02:00
parent 01a605652d
commit 7a4a3c5baa

View file

@ -59,7 +59,6 @@ PlasmaComponents.ItemDelegate
PlasmaCore.ToolTipArea { PlasmaCore.ToolTipArea {
id: dropAreaToolTip id: dropAreaToolTip
anchors.fill: parent anchors.fill: parent
location: plasmoid.location
active: true active: true
mainText: i18n("File Transfer") mainText: i18n("File Transfer")
subText: i18n("Drop a file to transfer it onto your phone.") subText: i18n("Drop a file to transfer it onto your phone.")