Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 7467a4b

Browse files
authored
Merge pull request #143 from mkwong98/Sync2
Fixing bug introduced in the dpi fix
2 parents 61e5213 + e2fa7d2 commit 7467a4b

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)