mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 13:19:00 +08:00
Fix material info button tooltip position
CURA-3810
This commit is contained in:
parent
9333ed1e35
commit
7be05229d8
@ -233,7 +233,7 @@ Column
|
||||
{
|
||||
var content = catalog.i18nc("@tooltip", "Click to check the material compatibility on Ultimaker.com.");
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user