mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix issues with Aero
This commit is contained in:
parent
90efb967fe
commit
33485024af
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ namespace Wox.Helper
|
|||
|
||||
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);
|
||||
return ret2 == 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue