mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
Add tooltips for intent profiles to the Custom Quality panel.
The description is optional. Tooltip will not show if no description is set CURA-6853
This commit is contained in:
parent
3709cfa4ed
commit
b182830c21
3 changed files with 21 additions and 3 deletions
|
@ -173,7 +173,6 @@ Item
|
|||
|
||||
onEntered:
|
||||
{
|
||||
print(model.description)
|
||||
base.showTooltip(
|
||||
intentCategoryLabel,
|
||||
Qt.point(-(intentCategoryLabel.x - qualityRow.x) - UM.Theme.getSize("thick_margin").width, 0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue