aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRylan/wowmom98 <[email protected]>2017-05-02 20:36:12 -0400
committerRylan/wowmom98 <[email protected]>2017-05-02 20:36:12 -0400
commit27389413f98465820ea9d79ab99b1668cf5fc0f4 (patch)
tree21ef84b45e7b8d7c892dc6ab78386b560c5b0a83
parent102885044485b0b2c292efc300ceef019c5b8c6f (diff)
downloadshiftos_thereturn-27389413f98465820ea9d79ab99b1668cf5fc0f4.tar.gz
shiftos_thereturn-27389413f98465820ea9d79ab99b1668cf5fc0f4.tar.bz2
shiftos_thereturn-27389413f98465820ea9d79ab99b1668cf5fc0f4.zip
unfucked the titlebar
-rw-r--r--ShiftOS.WinForms/Applications/TriWrite.Designer.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/ShiftOS.WinForms/Applications/TriWrite.Designer.cs b/ShiftOS.WinForms/Applications/TriWrite.Designer.cs
index e3bc178..cd711c4 100644
--- a/ShiftOS.WinForms/Applications/TriWrite.Designer.cs
+++ b/ShiftOS.WinForms/Applications/TriWrite.Designer.cs
@@ -118,7 +118,6 @@
//
// menuStrip2
//
- this.menuStrip2.Dock = System.Windows.Forms.DockStyle.None;
this.menuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.newToolStripMenuItem,
this.openToolStripMenuItem,
@@ -149,8 +148,8 @@
//
// TriWrite
//
- this.Controls.Add(this.menuStrip2);
this.Controls.Add(this.txtcontents);
+ this.Controls.Add(this.menuStrip2);
this.Name = "TriWrite";
this.Size = new System.Drawing.Size(527, 513);
this.menuStrip1.ResumeLayout(false);