Disable animation of icons in plasma tooltips

Tooltips are now animated with KWin effect.

REVIEW: 126653
This commit is contained in:
David Rosca 2016-02-17 18:39:27 +01:00
parent ce9751cb35
commit 1f98734dd3

View File

@ -54,7 +54,8 @@ Item {
PlasmaCore.IconItem {
id: tooltipIcon
source: tooltipContentItem.visible && toolTip ? toolTip.icon : ""
animated: false
source: toolTip ? toolTip.icon : ""
Layout.alignment: Qt.AlignTop
visible: toolTip != null && toolTip.icon != "" && toolTip.image == ""
implicitWidth: toolTip && toolTip.icon != "" ? units.iconSizes.medium : 0