mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -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
|
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…
Add table
Add a link
Reference in a new issue