Add movement and resize capabilities to the Thumbnail windows in borderless mode
This commit is contained in:
@@ -32,7 +32,7 @@ namespace EveOPreview.UI
|
||||
get
|
||||
{
|
||||
var Params = base.CreateParams;
|
||||
Params.ExStyle |= (int)DwmApiNativeMethods.WS_EX_TOOLWINDOW;
|
||||
Params.ExStyle |= (int)WindowManagerNativeMethods.WS_EX_TOOLWINDOW;
|
||||
return Params;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user