Fix anchoring of new textbox.

This commit is contained in:
jdpurcell 2015-01-02 22:02:00 +00:00
parent ab518e9e7c
commit cf7815adc9
1 changed files with 689 additions and 690 deletions

View File

@ -535,8 +535,7 @@
//
// InputBox
//
this.InputBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
this.InputBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.InputBox.Location = new System.Drawing.Point(6, 229);
this.InputBox.Name = "InputBox";