Revert "Prevent MachineSettings dialog go beyond the top of screen"

This reverts commit a0f841e8eb.
This commit is contained in:
Lipu Fei 2017-03-27 11:09:40 +02:00 committed by Ghostkeeper
parent efa1513e4c
commit 50266f760b
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -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;