mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-01 00:04:27 +08:00
Add width to intent tool tips
CURA-9746
This commit is contained in:
parent
e9b268bc06
commit
e25048d88a
@ -36,6 +36,7 @@ Rectangle
|
|||||||
id: tooltip
|
id: tooltip
|
||||||
visible: mouseArea.containsMouse
|
visible: mouseArea.containsMouse
|
||||||
targetPoint: Qt.point(base.x + (base.width / 2), base.y + (base.height / 2))
|
targetPoint: Qt.point(base.x + (base.width / 2), base.y + (base.height / 2))
|
||||||
|
width: UM.Theme.getSize("tooltip").width
|
||||||
}
|
}
|
||||||
|
|
||||||
Item
|
Item
|
||||||
|
Loading…
x
Reference in New Issue
Block a user