aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Engine/WindowManager.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-07-31 15:40:59 -0400
committerlempamo <[email protected]>2017-07-31 15:40:59 -0400
commit10ae6bcf8fc9168bfda105de31b9525ec34d1b3d (patch)
tree9e611a48e01a4f1655061103d88eae7eefd4f8fe /TimeHACK.Engine/WindowManager.cs
parent93702450a4d0a1830807e985acccc616f3bf1b62 (diff)
downloadhistacom2-10ae6bcf8fc9168bfda105de31b9525ec34d1b3d.tar.gz
histacom2-10ae6bcf8fc9168bfda105de31b9525ec34d1b3d.tar.bz2
histacom2-10ae6bcf8fc9168bfda105de31b9525ec34d1b3d.zip
more themey things
Diffstat (limited to 'TimeHACK.Engine/WindowManager.cs')
-rw-r--r--TimeHACK.Engine/WindowManager.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/TimeHACK.Engine/WindowManager.cs b/TimeHACK.Engine/WindowManager.cs
index 4aa82d7..da1b5dd 100644
--- a/TimeHACK.Engine/WindowManager.cs
+++ b/TimeHACK.Engine/WindowManager.cs
@@ -51,7 +51,8 @@ namespace TimeHACK.Engine
app.minimizebutton.Location = new Point(app.minimizebutton.Location.X, app.minimizebutton.Location.Y);
}
- // Time for the taskbar
+ // Time for the colors
+ app.programtopbar.BackColor = SaveSystem.currentTheme.activeTitleBarColor;
// Convert an image to an icon (for the taskbar)
if (icon != null)