Default tooltip uses units.iconSizes -- works fine
This commit is contained in:
parent
0dc8a7ee53
commit
416029ec4f
@ -54,7 +54,7 @@ Row {
|
|||||||
PlasmaCore.IconItem {
|
PlasmaCore.IconItem {
|
||||||
id: tooltipIcon
|
id: tooltipIcon
|
||||||
x: _s
|
x: _s
|
||||||
width: toolTip != undefined && toolTip.icon != null ? theme.iconSizes.desktop : 0
|
width: toolTip != undefined && toolTip.icon != null ? units.iconSizes.desktop : 0
|
||||||
height: width
|
height: width
|
||||||
source: toolTip != undefined && toolTip.icon != null ? toolTip.icon : ""
|
source: toolTip != undefined && toolTip.icon != null ? toolTip.icon : ""
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user