mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-23 02:12:14 +00:00
unfucked the titlebar
This commit is contained in:
parent
1028850444
commit
27389413f9
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue