mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 12:46:47 +02:00
Fix issues with Aero
This commit is contained in:
@@ -56,7 +56,7 @@ namespace Wox.Helper
|
|||||||
|
|
||||||
if (ret1 == 0)
|
if (ret1 == 0)
|
||||||
{
|
{
|
||||||
Margins m = new Margins { Bottom = 0, Left = 0, Right = 1, Top = 1 };
|
Margins m = new Margins { Bottom = 0, Left = 0, Right = 0, Top = 0 };
|
||||||
int ret2 = DwmExtendFrameIntoClientArea(helper.Handle, ref m);
|
int ret2 = DwmExtendFrameIntoClientArea(helper.Handle, ref m);
|
||||||
return ret2 == 0;
|
return ret2 == 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user