mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
Fix title icons.
This commit is contained in:
parent
8448ee3479
commit
a6b5785f05
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue