Skip to content

Commit

Permalink
No nSigmas < 1
Browse files Browse the repository at this point in the history
  • Loading branch information
JTPetter committed Apr 2, 2024
1 parent 3b4a9f9 commit ecef7b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inst/qml/variablesChartsIndividuals.qml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ Form
label: qsTr("Number of std. dev. for calculation of control limits")
fieldWidth: 30
defaultValue: 3
min: .000001
min: 1
}
}
}
2 changes: 1 addition & 1 deletion inst/qml/variablesChartsSubgroups.qml
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ Form
label: qsTr("Number of std. dev. for calculation of control limits")
fieldWidth: 30
defaultValue: 3
min: .000001
min: 1
}
}
}

0 comments on commit ecef7b8

Please sign in to comment.