diff options
| author | Michael <[email protected]> | 2017-02-17 13:22:54 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-17 13:22:54 -0500 |
| commit | a6b5785f05d27b9ca1880c128d97b0c54d102ffb (patch) | |
| tree | df558ae80b164a210072e6950c3414e21e8519c4 | |
| parent | 8448ee3479fe210cbf242b83f9e2cff1fd727bcc (diff) | |
| download | shiftos_thereturn-a6b5785f05d27b9ca1880c128d97b0c54d102ffb.tar.gz shiftos_thereturn-a6b5785f05d27b9ca1880c128d97b0c54d102ffb.tar.bz2 shiftos_thereturn-a6b5785f05d27b9ca1880c128d97b0c54d102ffb.zip | |
Fix title icons.
| -rw-r--r-- | ShiftOS.WinForms/WindowBorder.cs | 1 |
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; |
