Skip to content

Commit

Permalink
Merge pull request #164 from N-thony/br_two_var_anas
Browse files Browse the repository at this point in the history
minor change
  • Loading branch information
anastasia-mbithe authored Aug 10, 2023
2 parents 6192ee4 + 2f3bd65 commit aba44ac
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 51 deletions.
98 changes: 49 additions & 49 deletions instat/dlgDescribeTwoVariable.Designer.vb

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

4 changes: 2 additions & 2 deletions instat/dlgDescribeTwoVariable.vb
Original file line number Diff line number Diff line change
Expand Up @@ -584,15 +584,15 @@ Public Class dlgDescribeTwoVariable

If rdoSkim.Checked Then
ucrReceiverFirstVars.SetSingleTypeStatus(False)
ucrSaveTable.Location = New Point(10, 286)
ucrSaveTable.Location = New Point(23, 286)
ElseIf rdoThreeVariable.Checked Then
ucrReceiverFirstVars.SetSingleTypeStatus(True, bIsCategoricalNumeric:=True)
lblThreeVariableCategorical.Visible = True
lblThreeVariableCategorical.Location = New Point(106, 18)
lblSecondType.Location = New Point(12, 33)
lblSecondBy.Visible = True
Else
ucrSaveTable.Location = New Point(23, 686)
ucrSaveTable.Location = New Point(23, 450)
ucrReceiverFirstVars.SetSingleTypeStatus(True, bIsCategoricalNumeric:=True)
lblThreeVariableCategorical.Visible = False
lblThreeVariableCategorical.Location = New Point(12, 33)
Expand Down

0 comments on commit aba44ac

Please sign in to comment.