diff --git a/toolboxes/paneltoolbox/contents/ui/main.qml b/toolboxes/paneltoolbox/contents/ui/main.qml --- a/toolboxes/paneltoolbox/contents/ui/main.qml +++ b/toolboxes/paneltoolbox/contents/ui/main.qml @@ -77,4 +77,10 @@ main.Plasmoid.action("configure").trigger() } } + + PlasmaCore.ToolTipArea { + anchors.fill: parent + mainText: i18n("Configure Panel") + icon: "configure" + } }