aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-18 20:51:23 -0500
committerMichael <[email protected]>2017-02-18 20:51:23 -0500
commit12b520e981d6ec498b819c4d6340eb8b75c5f9ea (patch)
treeeba7ed46ac32f54e234315b762262c24220ebd38 /ShiftOS.WinForms
parent476b82264fe6f8cb1a6381d9a4fe4025505ee4a5 (diff)
downloadshiftos_thereturn-12b520e981d6ec498b819c4d6340eb8b75c5f9ea.tar.gz
shiftos_thereturn-12b520e981d6ec498b819c4d6340eb8b75c5f9ea.tar.bz2
shiftos_thereturn-12b520e981d6ec498b819c4d6340eb8b75c5f9ea.zip
Fix titlebar image layout.
Diffstat (limited to 'ShiftOS.WinForms')
-rw-r--r--ShiftOS.WinForms/WindowBorder.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/WindowBorder.cs b/ShiftOS.WinForms/WindowBorder.cs
index eae764c..e6d972e 100644
--- a/ShiftOS.WinForms/WindowBorder.cs
+++ b/ShiftOS.WinForms/WindowBorder.cs
@@ -260,7 +260,7 @@ namespace ShiftOS.WinForms
pnltitleleft.BackgroundImageLayout = GetImageLayout("titleleft");
pnltitleright.BackgroundImage = GetImage("titleright");
pnltitleright.BackgroundImageLayout = GetImageLayout("titleright");
-
+ pnltitle.BackgroundImageLayout = GetImageLayout("titlebar"); //RETARD ALERT. WHY WASN'T THIS THERE WHEN IMAGELAYOUTS WERE FIRST IMPLEMENTED?
lbtitletext.BackColor = LoadedSkin.TitleBackgroundColor;
lbtitletext.ForeColor = LoadedSkin.TitleTextColor;