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