summaryrefslogtreecommitdiff
path: root/gui/gui.h
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-27 02:42:40 -0400
committerbd <bdunahu@operationnull.com>2025-04-27 02:42:40 -0400
commit2c99a2eab1919af938c03418c551a1f035b99a5c (patch)
treeda68ceba08c9b0b0bd4655ea3ab32bd0ace6504f /gui/gui.h
parentaf643762a1627b85f779ea9d864393f7d7035e6a (diff)
Add two new high-value step options in the step slider
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 3db88ff..5c95db5 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};
+ QVector<int> step_values = {1, 5, 20, 50, 250, 1000, 10000, 100000, 500000};
QThread workerThread;