From: isn Date: Fri, 7 Jun 2019 14:30:59 +0000 (+0300) Subject: increase spatial step for stream dlg X-Git-Tag: SH_V2_2_0~99^2~11^2~1^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3655b90d39b91cd8b0292650254b843c1c448cb6;p=modules%2Fhydro.git increase spatial step for stream dlg --- diff --git a/src/HYDROGUI/HYDROGUI_StreamDlg.cxx b/src/HYDROGUI/HYDROGUI_StreamDlg.cxx index e8b7e335..46ddc514 100644 --- a/src/HYDROGUI/HYDROGUI_StreamDlg.cxx +++ b/src/HYDROGUI/HYDROGUI_StreamDlg.cxx @@ -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 );