Default tooltip uses units.iconSizes -- works fine

This commit is contained in:
Sebastian Kügler 2014-01-22 00:30:04 +01:00
parent 0dc8a7ee53
commit 416029ec4f

View File

@ -54,7 +54,7 @@ Row {
PlasmaCore.IconItem {
id: tooltipIcon
x: _s
width: toolTip != undefined && toolTip.icon != null ? theme.iconSizes.desktop : 0
width: toolTip != undefined && toolTip.icon != null ? units.iconSizes.desktop : 0
height: width
source: toolTip != undefined && toolTip.icon != null ? toolTip.icon : ""
}