mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-29 15:25:02 +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
|
||||
visible: mouseArea.containsMouse
|
||||
targetPoint: Qt.point(base.x + (base.width / 2), base.y + (base.height / 2))
|
||||
width: UM.Theme.getSize("tooltip").width
|
||||
}
|
||||
|
||||
Item
|
||||
|
Loading…
x
Reference in New Issue
Block a user