UI tweaks

This commit is contained in:
Serge
2024-02-07 12:51:58 +01:00
parent 3bdcb5a630
commit e5e079896d
3 changed files with 9 additions and 20 deletions

View File

@@ -29,16 +29,6 @@ namespace GHelper.UI
public bool darkTheme = false;
protected override CreateParams CreateParams
{
get
{
CreateParams cp = base.CreateParams;
cp.ExStyle |= 0x02000000; // Turn on WS_EX_COMPOSITED
return cp;
}
}
public static void InitColors(bool darkTheme)
{
if (darkTheme)