Changeset - e82a2aa579c9
[Not reviewed]
Hasan Yavuz Ă–ZDERYA - 8 years ago 2017-08-17 05:08:35
hy@ozderya.net
updated numofsamples limit to 10M and confirmation is set to 100K
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/plotcontrolpanel.cpp
Show inline comments
 
@@ -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
src/plotcontrolpanel.ui
Show inline comments
 
@@ -158,7 +158,7 @@
 
        <number>2</number>
 
       </property>
 
       <property name="maximum">
 
        <number>1000000</number>
 
        <number>10000000</number>
 
       </property>
 
       <property name="value">
 
        <number>1000</number>
0 comments (0 inline, 0 general)