Skip to content

Commit

Permalink
Qt: reset tumbler defaults to normal (non-test) values
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamISZ committed Mar 1, 2017
1 parent ad16baf commit fbbf85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/qtsupport.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ def __init__(self, parent):
sMM = [(0, jm_single().config.getint("GUI", "max_mix_depth") - 1), (3, 20),
(2, 7), (0.00000001, 100.0, 8), (2, 10), (0.000001, 0.25, 6),
(0, 10000000)]
sD = ['0', '4', '4', '0.25', '3', '0.005', '10000']
sD = ['0', '6', '4', '30.0', '4', '0.005', '10000']
for x in zip(sN, sH, sT, sD, sMM):
ql = QLabel(x[0])
ql.setToolTip(x[1])
Expand Down

0 comments on commit fbbf85c

Please sign in to comment.