mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-03-04 09:34:35 -07:00
Fix spelling mistakes.
part of CURA-9522
This commit is contained in:
parent
e490250d9d
commit
634288a37c
2 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue