Skip to content

Commit

Permalink
Merge pull request #5519 from Wycklife/Factors
Browse files Browse the repository at this point in the history
Added a new keyboard (Factor) to the calculator
  • Loading branch information
maxwellfundi authored Nov 25, 2019
2 parents e1b30ba + 31cb6f1 commit 84a7721
Show file tree
Hide file tree
Showing 4 changed files with 1,167 additions and 33 deletions.
2 changes: 2 additions & 0 deletions instat/dlgCalculator.vb
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ Public Class dlgCalculator
Me.Size = New System.Drawing.Size(iBasicWidth * 1.49, Me.Height)
Case "Strings (Character Columns)"
Me.Size = New System.Drawing.Size(iBasicWidth * 1.41, Me.Height)
Case "Factor"
Me.Size = New System.Drawing.Size(iBasicWidth * 1.42, Me.Height)
Case "Probability"
Me.Size = New System.Drawing.Size(iBasicWidth * 1.59, Me.Height)
Case "Dates"
Expand Down
191 changes: 191 additions & 0 deletions instat/ucrCalculator.Designer.vb

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

Loading

0 comments on commit 84a7721

Please sign in to comment.