Skip to content

Commit

Permalink
Merge pull request #363 from farmerbriantee/Shapes
Browse files Browse the repository at this point in the history
width label in config
  • Loading branch information
farmerbriantee authored Feb 9, 2024
2 parents be3050d + 5bc8a5d commit 6832738
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 67 deletions.
31 changes: 15 additions & 16 deletions SourceCode/GPS/Forms/OpenGL.Designer.cs

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

15 changes: 7 additions & 8 deletions SourceCode/GPS/Forms/SaveOpen.Designer.cs

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

4 changes: 2 additions & 2 deletions SourceCode/GPS/Forms/Settings/ConfigTool.Designer.cs

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

77 changes: 36 additions & 41 deletions SourceCode/GPS/Forms/Settings/FormConfig.Designer.cs

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

1 change: 1 addition & 0 deletions SourceCode/GPS/Forms/Settings/FormConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ private void FormConfig_Load(object sender, EventArgs e)
UpdateVehicleListView();

//tabTSections_Enter(this, e);
lblVehicleToolWidth.Text = Convert.ToString((int)(mf.tool.width * 100 * mf.cm2CmOrIn));
SectionFeetInchesTotalWidthLabelUpdate();

tab1.SelectedTab = tabSummary;
Expand Down

0 comments on commit 6832738

Please sign in to comment.