diff options
| author | Rylan/wowmom98 <[email protected]> | 2017-05-02 20:29:08 -0400 |
|---|---|---|
| committer | Rylan/wowmom98 <[email protected]> | 2017-05-02 20:29:33 -0400 |
| commit | 102885044485b0b2c292efc300ceef019c5b8c6f (patch) | |
| tree | 03590e9637debbebf96ddbe1b78afb6d1c7bd544 /ShiftOS.WinForms/Applications/TriWrite.Designer.cs | |
| parent | 99eede4118bc247a9ca2e6f7329bf1b9fea5b52d (diff) | |
| download | shiftos_thereturn-102885044485b0b2c292efc300ceef019c5b8c6f.tar.gz shiftos_thereturn-102885044485b0b2c292efc300ceef019c5b8c6f.tar.bz2 shiftos_thereturn-102885044485b0b2c292efc300ceef019c5b8c6f.zip | |
centered ui of TriWrite
Diffstat (limited to 'ShiftOS.WinForms/Applications/TriWrite.Designer.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/TriWrite.Designer.cs | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ShiftOS.WinForms/Applications/TriWrite.Designer.cs b/ShiftOS.WinForms/Applications/TriWrite.Designer.cs index 7776c32..e3bc178 100644 --- a/ShiftOS.WinForms/Applications/TriWrite.Designer.cs +++ b/ShiftOS.WinForms/Applications/TriWrite.Designer.cs @@ -70,7 +70,6 @@ // tvcontacts // this.tvcontacts.Dock = System.Windows.Forms.DockStyle.Left; - this.tvcontacts.LineColor = System.Drawing.Color.Empty; this.tvcontacts.Location = new System.Drawing.Point(0, 24); this.tvcontacts.Name = "tvcontacts"; this.tvcontacts.Size = new System.Drawing.Size(224, 551); @@ -110,10 +109,10 @@ // txtcontents // this.txtcontents.Dock = System.Windows.Forms.DockStyle.Fill; - this.txtcontents.Location = new System.Drawing.Point(-61, 53); + this.txtcontents.Location = new System.Drawing.Point(0, 53); this.txtcontents.Multiline = true; this.txtcontents.Name = "txtcontents"; - this.txtcontents.Size = new System.Drawing.Size(588, 460); + this.txtcontents.Size = new System.Drawing.Size(527, 460); this.txtcontents.TabIndex = 1; this.txtcontents.TabStop = false; // @@ -126,7 +125,7 @@ this.saveToolStripMenuItem}); this.menuStrip2.Location = new System.Drawing.Point(0, 0); this.menuStrip2.Name = "menuStrip2"; - this.menuStrip2.Size = new System.Drawing.Size(648, 24); + this.menuStrip2.Size = new System.Drawing.Size(527, 24); this.menuStrip2.TabIndex = 2; this.menuStrip2.Text = "menuStrip2"; // |
