diff options
| author | Michael <[email protected]> | 2017-02-02 10:39:48 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-02 10:39:48 -0500 |
| commit | ce47589ce3f96b6674a1eecec14117536475db1e (patch) | |
| tree | 026cb967c87f3cc85167661242d645370472fb71 /ShiftOS.WinForms/Applications/Shiftnet.Designer.cs | |
| parent | bbe37edb68f9e7535216bff80ba3e6b16cbca398 (diff) | |
| download | shiftos_thereturn-ce47589ce3f96b6674a1eecec14117536475db1e.tar.gz shiftos_thereturn-ce47589ce3f96b6674a1eecec14117536475db1e.tar.bz2 shiftos_thereturn-ce47589ce3f96b6674a1eecec14117536475db1e.zip | |
Shiftnet style fixes
Diffstat (limited to 'ShiftOS.WinForms/Applications/Shiftnet.Designer.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/Shiftnet.Designer.cs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ShiftOS.WinForms/Applications/Shiftnet.Designer.cs b/ShiftOS.WinForms/Applications/Shiftnet.Designer.cs index 8ac9ea5..eeb0439 100644 --- a/ShiftOS.WinForms/Applications/Shiftnet.Designer.cs +++ b/ShiftOS.WinForms/Applications/Shiftnet.Designer.cs @@ -81,7 +81,7 @@ | System.Windows.Forms.AnchorStyles.Right))); this.txturl.Location = new System.Drawing.Point(61, 3); this.txturl.Name = "txturl"; - this.txturl.Size = new System.Drawing.Size(702, 20); + this.txturl.Size = new System.Drawing.Size(678, 20); this.txturl.TabIndex = 2; this.txturl.WordWrap = false; this.txturl.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txturl_KeyDown); @@ -91,7 +91,7 @@ this.btngo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btngo.AutoSize = true; this.btngo.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.btngo.Location = new System.Drawing.Point(769, 3); + this.btngo.Location = new System.Drawing.Point(745, 3); this.btngo.Name = "btngo"; this.btngo.Size = new System.Drawing.Size(31, 23); this.btngo.TabIndex = 3; @@ -102,7 +102,6 @@ // wbcanvas // this.wbcanvas.Dock = System.Windows.Forms.DockStyle.Fill; - this.wbcanvas.IsWebBrowserContextMenuEnabled = false; this.wbcanvas.Location = new System.Drawing.Point(0, 29); this.wbcanvas.MinimumSize = new System.Drawing.Size(20, 20); this.wbcanvas.Name = "wbcanvas"; |
