From fbbf85c85188530a24f97bf14bf242f2147578fe Mon Sep 17 00:00:00 2001 From: Adam Gibson Date: Wed, 1 Mar 2017 22:05:02 +0200 Subject: [PATCH] Qt: reset tumbler defaults to normal (non-test) values --- scripts/qtsupport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/qtsupport.py b/scripts/qtsupport.py index c61c66c..1a4467e 100644 --- a/scripts/qtsupport.py +++ b/scripts/qtsupport.py @@ -561,7 +561,7 @@ class SchDynamicPage1(QWizardPage): 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])