Skip to content

Commit

Permalink
Renamed menu strip to the conventional 'File'/'Options'...
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXANA91 committed Aug 7, 2023
1 parent 16ad7c4 commit 5a9425a
Show file tree
Hide file tree
Showing 3 changed files with 992 additions and 885 deletions.
32 changes: 20 additions & 12 deletions ACWSControlPanel/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 ACWSControlPanel/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ private void fanAAngleTrackBar_ValueChanged(object sender, EventArgs e)
{
float angle = ((float)fanAAngleTrackBar.Value / 10f);
list[0].angle = angle;

fanAAngleLabel.Text = angle.ToString("0.0 °");
}

Expand Down
Loading

0 comments on commit 5a9425a

Please sign in to comment.