Fix titlebar image layout.
This commit is contained in:
parent
476b82264f
commit
12b520e981
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue