mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
Merge remote-tracking branch 'refs/remotes/shiftos-game/master'
This commit is contained in:
commit
e816cabaf7
1 changed files with 1 additions and 1 deletions
|
@ -269,6 +269,7 @@ namespace ShiftOS.WinForms
|
|||
this.BackgroundImage = img;
|
||||
}));
|
||||
this.BackgroundImageLayout = GetImageLayout("desktopbackground");
|
||||
desktoppanel.BackColor = LoadedSkin.DesktopPanelColor;
|
||||
|
||||
var pnlimg = GetImage("desktoppanel");
|
||||
if (pnlimg != null)
|
||||
|
@ -306,7 +307,6 @@ namespace ShiftOS.WinForms
|
|||
sysmenuholder.Size = LoadedSkin.AppLauncherHolderSize;
|
||||
apps.Size = sysmenuholder.Size;
|
||||
menuStrip1.Renderer = new ShiftOSMenuRenderer(new AppLauncherColorTable());
|
||||
desktoppanel.BackColor = LoadedSkin.DesktopPanelColor;
|
||||
desktoppanel.BackgroundImageLayout = GetImageLayout("desktoppanel");
|
||||
desktoppanel.Height = LoadedSkin.DesktopPanelHeight;
|
||||
if (LoadedSkin.DesktopPanelPosition == 1)
|
||||
|
|
Loading…
Reference in a new issue