Skip to content

Commit

Permalink
fixed dialogue um/pixel --> pixel/um
Browse files Browse the repository at this point in the history
  • Loading branch information
demisjohn committed Jun 15, 2015
1 parent 2915193 commit 31c5506
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def uScopeCalDialog(cal):
# Radio Buttons:
CalStr = []
for ii, name in enumerate(cal.names):
CalStr.append( name + " (%s"%cal.cals[ii] + " %s/pixel)"%cal.units[ii] )
CalStr.append( name + " (%s"%cal.cals[ii] + " pixels/%s)"%cal.units[ii] )

'''if > 20 cals, use dropdown list, otherwise use radio buttons'''
if len(cal.names) > 20:
Expand Down

0 comments on commit 31c5506

Please sign in to comment.