diff options
| author | Michael <[email protected]> | 2017-02-26 11:43:26 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-26 11:43:26 -0500 |
| commit | 83542a4b81ffeed01510886c7f89f2bda14eb5c5 (patch) | |
| tree | aa81410979e0fddc2e87dd06d6e2e5ad482b89d0 /ShiftOS.WinForms | |
| parent | de6a5ee4ac78f0680c5a5bff8a18caace983d09d (diff) | |
| download | shiftos_thereturn-83542a4b81ffeed01510886c7f89f2bda14eb5c5.tar.gz shiftos_thereturn-83542a4b81ffeed01510886c7f89f2bda14eb5c5.tar.bz2 shiftos_thereturn-83542a4b81ffeed01510886c7f89f2bda14eb5c5.zip | |
Desktop panel RGB 1,0,1 transparency.
Finally. After **YEARS** of research and development by both me and
Philip Adams, and other ShiftOS devs, I was the one who finally
implemented it.
Diffstat (limited to 'ShiftOS.WinForms')
| -rw-r--r-- | ShiftOS.WinForms/WinformsDesktop.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/WinformsDesktop.cs b/ShiftOS.WinForms/WinformsDesktop.cs index 73ad1bd..899eb0d 100644 --- a/ShiftOS.WinForms/WinformsDesktop.cs +++ b/ShiftOS.WinForms/WinformsDesktop.cs @@ -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) |
