Have ControllerConfig not break when resized (resolves #2611)

This commit is contained in:
YoshiRulz 2021-02-12 13:31:16 +10:00
parent 7f14991442
commit f8ba7ece7d
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 2 additions and 1 deletions

View File

@ -216,7 +216,7 @@
//
// AllowUdCheckbox
//
this.AllowUdCheckbox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.AllowUdCheckbox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.AllowUdCheckbox.AutoSize = true;
this.AllowUdCheckbox.Location = new System.Drawing.Point(576, 548);
this.AllowUdCheckbox.Name = "AllowUdCheckbox";
@ -241,6 +241,7 @@
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.buttonOK);
this.Controls.Add(this.checkBoxAutoTab);
this.MinimumSize = new System.Drawing.Size(948, 611);
this.Name = "ControllerConfig";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Controller Config";