From 10ae6bcf8fc9168bfda105de31b9525ec34d1b3d Mon Sep 17 00:00:00 2001 From: lempamo Date: Mon, 31 Jul 2017 15:40:59 -0400 Subject: more themey things --- TimeHACK.Engine/WindowManager.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'TimeHACK.Engine/WindowManager.cs') 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) -- cgit v1.2.3