diff options
| author | william341 <[email protected]> | 2016-07-23 18:47:20 -0700 |
|---|---|---|
| committer | william341 <[email protected]> | 2016-07-23 18:47:20 -0700 |
| commit | 024ec56765e91d896d25417ed09ebf2a6f131eee (patch) | |
| tree | 686aa675c386f95fe7b2e8c03bd45bc7de23a443 /source/WindowsFormsApplication1/Controls | |
| parent | 8c3199c4aad45752e4d2d047d4bfc4d968e43154 (diff) | |
| download | shiftos-c--024ec56765e91d896d25417ed09ebf2a6f131eee.tar.gz shiftos-c--024ec56765e91d896d25417ed09ebf2a6f131eee.tar.bz2 shiftos-c--024ec56765e91d896d25417ed09ebf2a6f131eee.zip | |
Less retarded terminal printing + Fix scrolling
Diffstat (limited to 'source/WindowsFormsApplication1/Controls')
| -rw-r--r-- | source/WindowsFormsApplication1/Controls/WindowBorder.Designer.cs | 2 | ||||
| -rw-r--r-- | source/WindowsFormsApplication1/Controls/WindowBorder.cs | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/source/WindowsFormsApplication1/Controls/WindowBorder.Designer.cs b/source/WindowsFormsApplication1/Controls/WindowBorder.Designer.cs index 01161eb..373210a 100644 --- a/source/WindowsFormsApplication1/Controls/WindowBorder.Designer.cs +++ b/source/WindowsFormsApplication1/Controls/WindowBorder.Designer.cs @@ -93,7 +93,7 @@ namespace ShiftOS // this.pgbottomrcorner.BackColor = System.Drawing.Color.Red; this.pgbottomrcorner.Dock = ShiftUI.DockStyle.Bottom; - this.pgbottomrcorner.Location = new System.Drawing.Point(0, 343); + this.pgbottomrcorner.Location = new System.Drawing.Point(363, 343); this.pgbottomrcorner.Name = "pgbottomrcorner"; this.pgbottomrcorner.Size = new System.Drawing.Size(2, 2); this.pgbottomrcorner.TabIndex = 15; diff --git a/source/WindowsFormsApplication1/Controls/WindowBorder.cs b/source/WindowsFormsApplication1/Controls/WindowBorder.cs index fec7eea..d6484aa 100644 --- a/source/WindowsFormsApplication1/Controls/WindowBorder.cs +++ b/source/WindowsFormsApplication1/Controls/WindowBorder.cs @@ -112,7 +112,7 @@ namespace ShiftOS case "left": return pgbottomlcorner; case "right": - return pgbottomlcorner; + return pgbottomrcorner; default: return null; } @@ -289,6 +289,7 @@ namespace ShiftOS ParentForm.Top += top; ParentForm.Tag = ParentForm.Location; } + resettitlebar(); } if(Viruses.InfectedWith("windowspazzer")) { |
