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
 
@@ -26,13 +26,13 @@
 
#include "color_selector.hpp"
 
#include "plotcontrolpanel.h"
 
#include "ui_plotcontrolpanel.h"
 
#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
 
{
 
    double rmin;
 
    double rmax;
src/plotcontrolpanel.ui
Show inline comments
 
@@ -155,13 +155,13 @@
 
        <bool>false</bool>
 
       </property>
 
       <property name="minimum">
 
        <number>2</number>
 
       </property>
 
       <property name="maximum">
 
        <number>1000000</number>
 
        <number>10000000</number>
 
       </property>
 
       <property name="value">
 
        <number>1000</number>
 
       </property>
 
      </widget>
 
     </item>
0 comments (0 inline, 0 general)