Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37756153
en ru br
Репозитории ALT

Группа :: Графические оболочки/KDE
Пакет: plasma5-desktop

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: alt-menu-add-tooltip.patch
Скачать


--- 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
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin