Skip to content

Commit 504084d

Browse files
committed
Fix bugs with controller config GUI introduced in last commit
1 parent bd8bcaa commit 504084d

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

GUI.NET/Forms/BaseConfigForm.Designer.cs

Lines changed: 6 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

GUI.NET/Forms/Config/BaseInputConfigForm.cs

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,17 @@ protected void UpdateKeyMappings()
112112
GetControllerControl(2).UpdateKeyMappings(((ControllerInfo)Entity).Keys[2]);
113113
GetControllerControl(3).UpdateKeyMappings(((ControllerInfo)Entity).Keys[3]);
114114
}
115-
}
115+
116+
private void InitializeComponent()
117+
{
118+
this.SuspendLayout();
119+
//
120+
// BaseInputConfigForm
121+
//
122+
this.ClientSize = new System.Drawing.Size(284, 261);
123+
this.Name = "BaseInputConfigForm";
124+
this.ResumeLayout(false);
125+
126+
}
127+
}
116128
}

0 commit comments

Comments
 (0)