Disable animation of icons in plasma tooltips
Tooltips are now animated with KWin effect. REVIEW: 126653
This commit is contained in:
parent
ce9751cb35
commit
1f98734dd3
@ -54,7 +54,8 @@ Item {
|
|||||||
|
|
||||||
PlasmaCore.IconItem {
|
PlasmaCore.IconItem {
|
||||||
id: tooltipIcon
|
id: tooltipIcon
|
||||||
source: tooltipContentItem.visible && toolTip ? toolTip.icon : ""
|
animated: false
|
||||||
|
source: toolTip ? toolTip.icon : ""
|
||||||
Layout.alignment: Qt.AlignTop
|
Layout.alignment: Qt.AlignTop
|
||||||
visible: toolTip != null && toolTip.icon != "" && toolTip.image == ""
|
visible: toolTip != null && toolTip.icon != "" && toolTip.image == ""
|
||||||
implicitWidth: toolTip && toolTip.icon != "" ? units.iconSizes.medium : 0
|
implicitWidth: toolTip && toolTip.icon != "" ? units.iconSizes.medium : 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user