Fix anchoring of new textbox.
This commit is contained in:
parent
ab518e9e7c
commit
cf7815adc9
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue