UI Tweaks

This commit is contained in:
Serge
2024-02-07 13:09:59 +01:00
parent e5e079896d
commit c4e251afa0
2 changed files with 9 additions and 10 deletions

View File

@@ -47,15 +47,6 @@ 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()
{