aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-17 13:22:54 -0500
committerMichael <[email protected]>2017-02-17 13:22:54 -0500
commita6b5785f05d27b9ca1880c128d97b0c54d102ffb (patch)
treedf558ae80b164a210072e6950c3414e21e8519c4 /ShiftOS.WinForms
parent8448ee3479fe210cbf242b83f9e2cff1fd727bcc (diff)
downloadshiftos_thereturn-a6b5785f05d27b9ca1880c128d97b0c54d102ffb.tar.gz
shiftos_thereturn-a6b5785f05d27b9ca1880c128d97b0c54d102ffb.tar.bz2
shiftos_thereturn-a6b5785f05d27b9ca1880c128d97b0c54d102ffb.zip
Fix title icons.
Diffstat (limited to 'ShiftOS.WinForms')
-rw-r--r--ShiftOS.WinForms/WindowBorder.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/WindowBorder.cs b/ShiftOS.WinForms/WindowBorder.cs
index 5bc2f6b..0226070 100644
--- a/ShiftOS.WinForms/WindowBorder.cs
+++ b/ShiftOS.WinForms/WindowBorder.cs
@@ -323,6 +323,7 @@ namespace ShiftOS.WinForms
{
pnlicon.Show();
pnlicon.Size = new Size(16, 16);
+ pnlicon.BackColor = Color.Transparent;
pnlicon.BackgroundImage = GetIcon(this.ParentWindow.GetType().Name);
pnlicon.BackgroundImageLayout = ImageLayout.Stretch;
pnlicon.Location = LoadedSkin.TitlebarIconFromSide;