mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-10 09:19:01 +08:00
Add tooltip for formulas on profile overview tabs
This commit is contained in:
parent
6bea0ad7b4
commit
90c3a09bc0
@ -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…
x
Reference in New Issue
Block a user