From c062f332ff47c5c5b2daf884ec2478a95ebcb650 Mon Sep 17 00:00:00 2001 From: liufei Date: Thu, 13 Jan 2022 09:49:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=81=AE=E6=8C=A1=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Util/ShowWindowFollowMouse.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Util/ShowWindowFollowMouse.cs b/Util/ShowWindowFollowMouse.cs index b5db6ec..93934a0 100644 --- a/Util/ShowWindowFollowMouse.cs +++ b/Util/ShowWindowFollowMouse.cs @@ -27,7 +27,7 @@ namespace GeekDesk.Util double left = SystemParameters.VirtualScreenLeft; double top = SystemParameters.VirtualScreenTop; double width = SystemParameters.VirtualScreenWidth; - double height = SystemParameters.VirtualScreenHeight; + double height = SystemParameters.WorkArea.Height + 20; double right = width - Math.Abs(left); double bottom = height - Math.Abs(top);