mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 23:06:13 +08:00
Unified tooltip description
Contributes to CURA-8562
This commit is contained in:
parent
eb3083c84d
commit
7fd9578599
@ -90,7 +90,7 @@ Rectangle
|
|||||||
|
|
||||||
Cura.ToolTip
|
Cura.ToolTip
|
||||||
{
|
{
|
||||||
tooltipText: packageData.packageType == "plugin" ? catalog.i18nc("@info", "Verified") : catalog.i18nc("@info", "Ultimaker Certified Materials")
|
tooltipText: packageData.packageType == "plugin" ? catalog.i18nc("@info", "Ultimaker Verified Plugin") : catalog.i18nc("@info", "Ultimaker Certified Material")
|
||||||
visible: parent.hovered
|
visible: parent.hovered
|
||||||
targetPoint: Qt.point(0, Math.round(parent.y + parent.height / 2))
|
targetPoint: Qt.point(0, Math.round(parent.y + parent.height / 2))
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user