diff options
| author | EverythingWindows <[email protected]> | 2022-11-21 13:56:13 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-21 13:56:13 +0700 |
| commit | a043f16287f3805bb208f1816a42ecf1d2d8d1d7 (patch) | |
| tree | 5c8ef19441924383e8c8001433d31bc9fd8a6954 /ShiftOS-TheRevival/MainForms/DesktopEnvironment/master/Desktop.Designer.vb | |
| parent | c5b2c3e370cf17a4b4ee3d5a4928e3663ab72a1d (diff) | |
| download | shiftos-therevival-old-a043f16287f3805bb208f1816a42ecf1d2d8d1d7.tar.gz shiftos-therevival-old-a043f16287f3805bb208f1816a42ecf1d2d8d1d7.tar.bz2 shiftos-therevival-old-a043f16287f3805bb208f1816a42ecf1d2d8d1d7.zip | |
rough working DuWM
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/DesktopEnvironment/master/Desktop.Designer.vb')
| -rw-r--r-- | ShiftOS-TheRevival/MainForms/DesktopEnvironment/master/Desktop.Designer.vb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ShiftOS-TheRevival/MainForms/DesktopEnvironment/master/Desktop.Designer.vb b/ShiftOS-TheRevival/MainForms/DesktopEnvironment/master/Desktop.Designer.vb index 54f7a80..e44cce2 100644 --- a/ShiftOS-TheRevival/MainForms/DesktopEnvironment/master/Desktop.Designer.vb +++ b/ShiftOS-TheRevival/MainForms/DesktopEnvironment/master/Desktop.Designer.vb @@ -42,8 +42,7 @@ Partial Class Desktop ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.BackColor = System.Drawing.Color.Red - Me.BackgroundImage = Global.ShiftOS_TheRevival.My.Resources.Resources.MenuBanner1 + Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.ClientSize = New System.Drawing.Size(800, 450) Me.Controls.Add(Me.Button1) Me.ForeColor = System.Drawing.Color.White |
