Skip to content

Commit

Permalink
Fix variable name for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
neilenns committed Dec 27, 2024
1 parent da33db2 commit bb0da04
Show file tree
Hide file tree
Showing 3 changed files with 263 additions and 263 deletions.
16 changes: 8 additions & 8 deletions UI/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion UI/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ private void MainForm_Shown(object sender, EventArgs e)
execManager.OnMidiBoardConnectedFinished += ExecManager_OnMidiBoardConnectedFinished;

connectedDevicesToolStripDropDownButton.DropDownDirection = ToolStripDropDownDirection.AboveRight;
toolStripDropDownButton1.DropDownDirection = ToolStripDropDownDirection.AboveRight;
simStatusToolStripDropDownButton1.DropDownDirection = ToolStripDropDownDirection.AboveRight;
toolStripAircraftDropDownButton.DropDownDirection = ToolStripDropDownDirection.AboveRight;

SimConnectionIconStatusToolStripStatusLabel.Image = Properties.Resources.warning;
Expand Down
Loading

0 comments on commit bb0da04

Please sign in to comment.