aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Engine
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-07-14 11:29:30 -0500
committerlempamo <[email protected]>2017-07-14 11:29:30 -0500
commitd8adb912b065de9a4d8a4260915332946ac0d96d (patch)
treefaa9e4b447b2ddd60aaa3eee1047c42e1e260e25 /TimeHACK.Engine
parentc579cf249977c9aa6abef79ef39c6d28960fea6c (diff)
downloadhistacom2-d8adb912b065de9a4d8a4260915332946ac0d96d.tar.gz
histacom2-d8adb912b065de9a4d8a4260915332946ac0d96d.tar.bz2
histacom2-d8adb912b065de9a4d8a4260915332946ac0d96d.zip
did things
Diffstat (limited to 'TimeHACK.Engine')
-rw-r--r--TimeHACK.Engine/Paintbrush.cs8
1 files changed, 4 insertions, 4 deletions
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);
}
}
}