mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 21:56:04 +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
|
||||
{
|
||||
id: brandLableText
|
||||
id: brandLabelText
|
||||
text: replaceText(materialBrandMenu.text)
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight:true
|
||||
|
@ -71,8 +71,8 @@ Popup
|
||||
{
|
||||
if (mainWindow.width > materialBrandSubMenu.width)
|
||||
{
|
||||
const targetY = mainWindow.width - materialBrandSubMenu.width;
|
||||
const deltaX = globalPosition.x - targetY;
|
||||
const targetX = mainWindow.width - materialBrandSubMenu.width;
|
||||
const deltaX = globalPosition.x - targetX;
|
||||
materialBrandSubMenu.x = implicitX - deltaX;
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user