diff options
author | bd <bdunahu@operationnull.com> | 2025-04-27 02:42:40 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-27 02:42:40 -0400 |
commit | 2c99a2eab1919af938c03418c551a1f035b99a5c (patch) | |
tree | da68ceba08c9b0b0bd4655ea3ab32bd0ace6504f /gui/gui.h | |
parent | af643762a1627b85f779ea9d864393f7d7035e6a (diff) |
Add two new high-value step options in the step slider
Diffstat (limited to 'gui/gui.h')
-rw-r--r-- | gui/gui.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |