Fix typos from `WatchEditor` Designer file

This commit is contained in:
YoshiRulz 2024-09-24 13:46:22 +10:00
parent b8d65ae92a
commit 9d1a22cab0
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 2 additions and 3 deletions

View File

@ -72,12 +72,11 @@ namespace BizHawk.Client.EmuHawk
};
SizeDropDown.SelectedIndexChanged += SizeDropDown_SelectedIndexChanged;
LocLabelEx DisplayTypeLael = new() { Location = new(11, 106), Text = "Display Type" };
LocLabelEx DisplayTypeLabel = new() { Location = new(11, 106), Text = "Display Type" };
DisplayTypeDropDown = new()
{
DropDownStyle = ComboBoxStyle.DropDownList,
FormattingEnabled = true,
Items = { "1 Byte", "2 Byte", "4 Byte" },
Location = new(12, 122),
Size = new(141, 21),
TabIndex = 15,
@ -132,7 +131,7 @@ namespace BizHawk.Client.EmuHawk
CancelButton = Cancel;
ClientSize = new(213, 296);
Controls.Add(BigEndianCheckBox);
Controls.Add(DisplayTypeLael);
Controls.Add(DisplayTypeLabel);
Controls.Add(DisplayTypeDropDown);
Controls.Add(label3);
Controls.Add(SizeDropDown);