# HG changeset patch # User Hasan Yavuz Ă–ZDERYA # Date 2017-08-17 05:08:35 # Node ID e82a2aa579c92850e1f0258e9e5392facccf1025 # Parent 746904c1f67b5c9362075aef23c3d92ab2164834 updated numofsamples limit to 10M and confirmation is set to 100K diff --git a/src/plotcontrolpanel.cpp b/src/plotcontrolpanel.cpp --- a/src/plotcontrolpanel.cpp +++ b/src/plotcontrolpanel.cpp @@ -29,7 +29,7 @@ #include "setting_defines.h" /// Confirm if #samples is being set to a value greater than this -const int NUMSAMPLES_CONFIRM_AT = 10000; +const int NUMSAMPLES_CONFIRM_AT = 1000000; /// Used for scale range selection combobox struct Range diff --git a/src/plotcontrolpanel.ui b/src/plotcontrolpanel.ui --- a/src/plotcontrolpanel.ui +++ b/src/plotcontrolpanel.ui @@ -158,7 +158,7 @@ 2 - 1000000 + 10000000 1000