unfucked the titlebar

This commit is contained in:
Rylan/wowmom98 2017-05-02 20:36:12 -04:00
parent 1028850444
commit 27389413f9

View file

@ -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);