Add new recommended mode tooltips and remove extra margin at the bottom of tooltips.

CURA-9793
This commit is contained in:
Joey de l'Arago 2022-12-06 10:50:04 +01:00
parent ea5d4a8211
commit 362877dee1
3 changed files with 8 additions and 6 deletions

View file

@ -11,7 +11,7 @@ UM.PointingRectangle
id: base
property real sourceWidth: 0
width: UM.Theme.getSize("tooltip").width
height: textScroll.height + UM.Theme.getSize("tooltip_margins").height * 2
height: textScroll.height + UM.Theme.getSize("tooltip_margins").height
color: UM.Theme.getColor("tooltip")
arrowSize: UM.Theme.getSize("default_arrow").width