mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-03 15:51:12 -07:00
Fix material info button tooltip position
CURA-3810
This commit is contained in:
parent
9333ed1e35
commit
7be05229d8
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ Column
|
||||||
{
|
{
|
||||||
var content = catalog.i18nc("@tooltip", "Click to check the material compatibility on Ultimaker.com.");
|
var content = catalog.i18nc("@tooltip", "Click to check the material compatibility on Ultimaker.com.");
|
||||||
base.showTooltip(
|
base.showTooltip(
|
||||||
variantRow, Qt.point(0, variantRow.height / 2), catalog.i18nc("@tooltip", content)
|
extruderSelectionRow, Qt.point(0, extruderSelectionRow.height + variantRow.height / 2), catalog.i18nc("@tooltip", content)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue