Skip to content

Commit 164e0cc

Browse files
committed
Increase max of Pupil Diameter to 10.0
1 parent 83f7962 commit 164e0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Filter.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Popup {
184184
columns: 1
185185
id: pupilLayout
186186
readonly property string min: "0.00"
187-
readonly property string max: "3.50"
187+
readonly property string max: "10.0"
188188
Text {
189189
text: "Pupil Diameters (mm)"
190190
font.pointSize: 10

0 commit comments

Comments
 (0)