diff --git a/resources/qml/Preferences/MachinesPage.qml b/resources/qml/Preferences/MachinesPage.qml index 1abd688b32..239e1a2aad 100644 --- a/resources/qml/Preferences/MachinesPage.qml +++ b/resources/qml/Preferences/MachinesPage.qml @@ -114,11 +114,6 @@ UM.ManagementPage property var content minimumWidth: 350 * Screen.devicePixelRatio; minimumHeight: 350 * Screen.devicePixelRatio; - - // prevent the Machine Settings dialog from going beyond the top of the screen - x: (x < 0) ? 0 : x - y: (y < 0) ? 0 : y - onContentChanged: { contents = content;