mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 15:19:00 +08:00
Revert "Prevent MachineSettings dialog go beyond the top of screen"
This reverts commit a0f841e8eb2e3fc41a5d053232ea29cf538e30be.
This commit is contained in:
parent
efa1513e4c
commit
50266f760b
@ -114,11 +114,6 @@ UM.ManagementPage
|
|||||||
property var content
|
property var content
|
||||||
minimumWidth: 350 * Screen.devicePixelRatio;
|
minimumWidth: 350 * Screen.devicePixelRatio;
|
||||||
minimumHeight: 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:
|
onContentChanged:
|
||||||
{
|
{
|
||||||
contents = content;
|
contents = content;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user