Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37824544
en ru br
ALT Linux repos
S:5.27.8-alt1

Group :: Graphical desktop/KDE
RPM: plasma5-desktop

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: alt-menu-add-tooltip.patch
Download


--- a/applets/kicker/package/contents/ui/ItemListDelegate.qml
+++ b/applets/kicker/package/contents/ui/ItemListDelegate.qml
@@ -77,6 +77,13 @@ Item {
         }
     }
 
+    PlasmaCore.ToolTipArea {
+        id: toolTip
+        property string text: model.comment
+        anchors.fill: parent
+        active: !hasChildren && model.comment !== undefined && model.comment != ""
+        mainItem: toolTipDelegate
+
     MouseArea {
         id: mouseArea
 
@@ -176,6 +183,7 @@ Item {
             onTriggered: parent.updateCurrentItem()
         }
     }
+    }
 
     Row {
         id: row
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin