Fix assignment type error
This commit is contained in:
parent
08e3fcfe65
commit
61e4b3bbd3
@ -40,7 +40,7 @@ Row {
|
|||||||
|
|
||||||
Item {
|
Item {
|
||||||
id: imageContainer
|
id: imageContainer
|
||||||
visible: toolTip != null && (toolTip.image || toolTip.icon)
|
visible: toolTip != null && (toolTip.image != null || toolTip.icon != null)
|
||||||
width: Math.max(tooltipImage.width, tooltipIcon.width)
|
width: Math.max(tooltipImage.width, tooltipIcon.width)
|
||||||
height: Math.max(tooltipImage.height, tooltipIcon.height)
|
height: Math.max(tooltipImage.height, tooltipIcon.height)
|
||||||
x: _s
|
x: _s
|
||||||
|
Loading…
x
Reference in New Issue
Block a user