Salome HOME
increase spatial step for stream dlg BR_H2018_4
authorisn <isn@opencascade.com>
Fri, 7 Jun 2019 14:30:59 +0000 (17:30 +0300)
committerisn <isn@opencascade.com>
Fri, 7 Jun 2019 14:30:59 +0000 (17:30 +0300)
src/HYDROGUI/HYDROGUI_StreamDlg.cxx

index e8b7e335c3cb70975586ada5df67120c3a18db2a..46ddc514a97e4acdc3cf040d63592a6c25a8a344 100644 (file)
@@ -75,7 +75,7 @@ HYDROGUI_StreamDlg::HYDROGUI_StreamDlg( HYDROGUI_Module* theModule, const QStrin
   myDDZ->setValue( 0.1 );
   myDDZ->setDecimals( 2 );
   mySpatialStep = new QDoubleSpinBox( aParamGroup );
-  mySpatialStep->setRange( 0.1, 100 );
+  mySpatialStep->setRange( 0.1, 9999 );
   mySpatialStep->setSingleStep( 0.1 );
   mySpatialStep->setValue( 1 );
   mySpatialStep->setDecimals( 2 );