diff options
| author | Michael <[email protected]> | 2017-02-26 11:17:30 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-26 11:17:35 -0500 |
| commit | de6a5ee4ac78f0680c5a5bff8a18caace983d09d (patch) | |
| tree | 220742775f31418e2ab65e348ac4f94edbaec928 /ShiftOS.WinForms/WinformsDesktop.Designer.cs | |
| parent | e2284a7bc577aa78f1d22c8134b651fcb00147a0 (diff) | |
| download | shiftos_thereturn-de6a5ee4ac78f0680c5a5bff8a18caace983d09d.tar.gz shiftos_thereturn-de6a5ee4ac78f0680c5a5bff8a18caace983d09d.tar.bz2 shiftos_thereturn-de6a5ee4ac78f0680c5a5bff8a18caace983d09d.zip | |
attempt transparency fix
Diffstat (limited to 'ShiftOS.WinForms/WinformsDesktop.Designer.cs')
| -rw-r--r-- | ShiftOS.WinForms/WinformsDesktop.Designer.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/WinformsDesktop.Designer.cs b/ShiftOS.WinForms/WinformsDesktop.Designer.cs index 0585199..aef7296 100644 --- a/ShiftOS.WinForms/WinformsDesktop.Designer.cs +++ b/ShiftOS.WinForms/WinformsDesktop.Designer.cs @@ -76,6 +76,7 @@ namespace ShiftOS.WinForms this.desktoppanel.Name = "desktoppanel"; this.desktoppanel.Size = new System.Drawing.Size(1296, 24); this.desktoppanel.TabIndex = 0; + this.desktoppanel.Paint += new System.Windows.Forms.PaintEventHandler(this.desktoppanel_Paint); // // btnnotifications // |
