From 27389413f98465820ea9d79ab99b1668cf5fc0f4 Mon Sep 17 00:00:00 2001 From: Rylan/wowmom98 Date: Tue, 2 May 2017 20:36:12 -0400 Subject: [PATCH] unfucked the titlebar --- ShiftOS.WinForms/Applications/TriWrite.Designer.cs | 3 +-- 1 file changed, 1 insertion(+), 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);