Add width to intent tool tips

CURA-9746
This commit is contained in:
c.lamboo 2022-10-12 15:29:08 +02:00
parent e9b268bc06
commit e25048d88a

View File

@ -36,6 +36,7 @@ Rectangle
id: tooltip
visible: mouseArea.containsMouse
targetPoint: Qt.point(base.x + (base.width / 2), base.y + (base.height / 2))
width: UM.Theme.getSize("tooltip").width
}
Item