From 26b33b46bea66d069eab87b0f3eaf7647e84f22a Mon Sep 17 00:00:00 2001 From: Tim Young Date: Tue, 20 Jun 2017 15:31:59 -0500 Subject: [PATCH] Change the anchoring of the filter textbox on the puzzles selection window. --- EduNetworkBuilder/ListBoxWindow.Designer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/EduNetworkBuilder/ListBoxWindow.Designer.cs b/EduNetworkBuilder/ListBoxWindow.Designer.cs index 3f423da..c1ed0f1 100644 --- a/EduNetworkBuilder/ListBoxWindow.Designer.cs +++ b/EduNetworkBuilder/ListBoxWindow.Designer.cs @@ -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);