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

@@ -47,6 +47,15 @@ namespace GHelper
bool batteryMouseOver = false;
bool batteryFullMouseOver = false;
protected override CreateParams CreateParams
{
get
{
CreateParams cp = base.CreateParams;
cp.ExStyle |= 0x02000000; // Turn on WS_EX_COMPOSITED
return cp;
}
}
public SettingsForm()
{