Skip to content

Application Dashboard doesn't Show App Tooltips(they are empty space) Fix

When placing mouse over app icon, empty tooltip pops up. This commit fixes this.

Issue was that tooltip in QML is described as ItemGridDelegate.qml -> PlasmaCore.ToolTipArea{id:toolTip ...} and property text was used to propagate toolTip text value to toolTipDelegate. Property text doesn't exist anymore in PlasmaCore.ToolTipArea{id:toolTip ...} It was replaced with mainText property. Using that property solved the issue.

before after
dashboard_before44 dashboard_after44

BUG: 494802

Merge request reports

Loading