mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 22:39:02 +08:00
Fix binding loop
CURA-6483
This commit is contained in:
parent
71e32d94f7
commit
1d4ab98ddc
@ -349,8 +349,8 @@ Cura.MachineAction
|
||||
MessageDialog
|
||||
{
|
||||
id: invalidIPAddressMessageDialog
|
||||
x: ((parent.width - width) / 2) | 0
|
||||
y: ((parent.height - height) / 2) | 0
|
||||
x: (parent.x + (parent.width) / 2) | 0
|
||||
y: (parent.y + (parent.height) / 2) | 0
|
||||
title: catalog.i18nc("@title:window", "Invalid IP address")
|
||||
text: catalog.i18nc("@text", "Please enter a valid IP address.")
|
||||
icon: StandardIcon.Warning
|
||||
|
Loading…
x
Reference in New Issue
Block a user