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

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

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

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


diff --git a/milou/lib/qml/ResultDelegate.qml b/milou/lib/qml/ResultDelegate.qml
index ac8e87e..2fcfe91 100644
--- a/milou/lib/qml/ResultDelegate.qml
+++ b/milou/lib/qml/ResultDelegate.qml
@@ -179,6 +179,14 @@ MouseArea {
             }
             height: Math.max(typePixmap.height, displayLabel.height, subtextLabel.height)
 
+            PlasmaCore.ToolTipArea {
+                mainText: displayLabel.text
+                subText: subtextLabel.text
+
+                anchors.fill: parent
+                active: displayLabel.truncated || subTextLabel.truncated
+            }
+
             RowLayout {
                 anchors {
                     left: parent.left
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin