mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 23:15:52 +08:00
Fix spelling mistakes.
part of CURA-9522
This commit is contained in:
parent
e490250d9d
commit
634288a37c
@ -36,7 +36,7 @@ Cura.MenuItem
|
|||||||
|
|
||||||
UM.Label
|
UM.Label
|
||||||
{
|
{
|
||||||
id: brandLableText
|
id: brandLabelText
|
||||||
text: replaceText(materialBrandMenu.text)
|
text: replaceText(materialBrandMenu.text)
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.fillHeight:true
|
Layout.fillHeight:true
|
||||||
|
@ -71,8 +71,8 @@ Popup
|
|||||||
{
|
{
|
||||||
if (mainWindow.width > materialBrandSubMenu.width)
|
if (mainWindow.width > materialBrandSubMenu.width)
|
||||||
{
|
{
|
||||||
const targetY = mainWindow.width - materialBrandSubMenu.width;
|
const targetX = mainWindow.width - materialBrandSubMenu.width;
|
||||||
const deltaX = globalPosition.x - targetY;
|
const deltaX = globalPosition.x - targetX;
|
||||||
materialBrandSubMenu.x = implicitX - deltaX;
|
materialBrandSubMenu.x = implicitX - deltaX;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user