mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Add width to intent tool tips
CURA-9746
This commit is contained in:
parent
e9b268bc06
commit
e25048d88a
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue