diff options
| author | lempamo <[email protected]> | 2017-07-14 11:29:30 -0500 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-14 11:29:30 -0500 |
| commit | d8adb912b065de9a4d8a4260915332946ac0d96d (patch) | |
| tree | faa9e4b447b2ddd60aaa3eee1047c42e1e260e25 /TimeHACK.Engine | |
| parent | c579cf249977c9aa6abef79ef39c6d28960fea6c (diff) | |
| download | histacom2-d8adb912b065de9a4d8a4260915332946ac0d96d.tar.gz histacom2-d8adb912b065de9a4d8a4260915332946ac0d96d.tar.bz2 histacom2-d8adb912b065de9a4d8a4260915332946ac0d96d.zip | |
did things
Diffstat (limited to 'TimeHACK.Engine')
| -rw-r--r-- | TimeHACK.Engine/Paintbrush.cs | 8 |
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); } } } |
