Change the anchoring of the filter textbox on the puzzles selection window.

This commit is contained in:
Tim Young 2017-06-20 15:31:59 -05:00
parent b1fd860835
commit 26b33b46be
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@
//
// tbSearchBox
//
this.tbSearchBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.tbSearchBox.Location = new System.Drawing.Point(487, 195);
this.tbSearchBox.Name = "tbSearchBox";
this.tbSearchBox.Size = new System.Drawing.Size(100, 22);