mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Add tooltip for formulas on profile overview tabs
This commit is contained in:
parent
6bea0ad7b4
commit
90c3a09bc0
1 changed files with 3 additions and 2 deletions
|
@ -25,12 +25,13 @@ Tab
|
|||
{
|
||||
id: itemDelegate
|
||||
|
||||
Rectangle
|
||||
UM.TooltipArea
|
||||
{
|
||||
property var setting: qualitySettings.getItem(styleData.row)
|
||||
height: childrenRect.height
|
||||
color: "transparent"
|
||||
width: (parent != null) ? parent.width : 0
|
||||
text: (styleData.value.substr(0,1) == "=") ? styleData.value : ""
|
||||
|
||||
Label
|
||||
{
|
||||
anchors.left: parent.left
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue