From 2c99a2eab1919af938c03418c551a1f035b99a5c Mon Sep 17 00:00:00 2001 From: bd Date: Sun, 27 Apr 2025 02:42:40 -0400 Subject: Add two new high-value step options in the step slider --- gui/gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/gui.h') 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 step_values = {1, 5, 20, 50, 250, 1000, 10000}; + QVector step_values = {1, 5, 20, 50, 250, 1000, 10000, 100000, 500000}; QThread workerThread; -- cgit v1.2.3