summaryrefslogtreecommitdiff
path: root/gui/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/gui.h')
-rw-r--r--gui/gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/gui.h b/gui/gui.h
index 5c95db5..830d852 100644
--- a/gui/gui.h
+++ b/gui/gui.h
@@ -138,7 +138,7 @@ class GUI : public QMainWindow
/**
* The possible step slider values.
*/
- QVector<int> step_values = {1, 5, 20, 50, 250, 1000, 10000, 100000, 500000};
+ QVector<int> step_values = {1, 5, 20, 50, 250, 1000, 10000, 100000, 500000, 100000000};
QThread workerThread;