Add Aero theme

This commit is contained in:
Yeechan Lu
2014-03-25 21:45:32 +08:00
parent 3a55985b20
commit 5fa62151f6
4 changed files with 138 additions and 1 deletions

View File

@@ -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;
}