mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-04 00:01:19 -07:00
Allow richer markup in tooltips
This commit is contained in:
parent
fb88dd6326
commit
177295999b
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ UM.PointingRectangle {
|
||||||
rightMargin: UM.Theme.getSize("tooltip_margins").width;
|
rightMargin: UM.Theme.getSize("tooltip_margins").width;
|
||||||
}
|
}
|
||||||
wrapMode: Text.Wrap;
|
wrapMode: Text.Wrap;
|
||||||
|
textFormat: Text.RichText
|
||||||
font: UM.Theme.getFont("default");
|
font: UM.Theme.getFont("default");
|
||||||
color: UM.Theme.getColor("tooltip_text");
|
color: UM.Theme.getColor("tooltip_text");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue