修复遮挡任务栏
This commit is contained in:
@@ -27,7 +27,7 @@ namespace GeekDesk.Util
|
|||||||
double left = SystemParameters.VirtualScreenLeft;
|
double left = SystemParameters.VirtualScreenLeft;
|
||||||
double top = SystemParameters.VirtualScreenTop;
|
double top = SystemParameters.VirtualScreenTop;
|
||||||
double width = SystemParameters.VirtualScreenWidth;
|
double width = SystemParameters.VirtualScreenWidth;
|
||||||
double height = SystemParameters.VirtualScreenHeight;
|
double height = SystemParameters.WorkArea.Height + 20;
|
||||||
double right = width - Math.Abs(left);
|
double right = width - Math.Abs(left);
|
||||||
double bottom = height - Math.Abs(top);
|
double bottom = height - Math.Abs(top);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user