From d8adb912b065de9a4d8a4260915332946ac0d96d Mon Sep 17 00:00:00 2001 From: lempamo Date: Fri, 14 Jul 2017 11:29:30 -0500 Subject: did things --- TimeHACK.Engine/Paintbrush.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'TimeHACK.Engine') diff --git a/TimeHACK.Engine/Paintbrush.cs b/TimeHACK.Engine/Paintbrush.cs index 96d324d..026e5d8 100644 --- a/TimeHACK.Engine/Paintbrush.cs +++ b/TimeHACK.Engine/Paintbrush.cs @@ -23,10 +23,10 @@ namespace TimeHACK.Engine public static void PaintClassicBordersIndented(object sender, PaintEventArgs e, int borderwidth) { ControlPaint.DrawBorder(e.Graphics, ((Control)sender).ClientRectangle, - SystemColors.ControlLightLight, borderwidth, ButtonBorderStyle.Inset, - SystemColors.ControlLightLight, borderwidth, ButtonBorderStyle.Inset, - SystemColors.ControlLightLight, borderwidth, ButtonBorderStyle.Inset, - SystemColors.ControlLightLight, borderwidth, ButtonBorderStyle.Inset); + SystemColors.ControlDarkDark, borderwidth, ButtonBorderStyle.Inset, + SystemColors.ControlDarkDark, borderwidth, ButtonBorderStyle.Inset, + SystemColors.ControlDarkDark, borderwidth, ButtonBorderStyle.Inset, + SystemColors.ControlDarkDark, borderwidth, ButtonBorderStyle.Inset); } } } -- cgit v1.2.3