From: mzn Date: Fri, 14 Apr 2006 08:19:30 +0000 (+0000) Subject: Fix for bug IPAL11941. X-Git-Tag: T3_2_0b1_pre1~21 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cc0b63fd55033136e73d92467b19842eaaf573b2;p=modules%2Fgui.git Fix for bug IPAL11941. --- diff --git a/src/LightApp/LightApp_Application.cxx b/src/LightApp/LightApp_Application.cxx index 36b208edf..f3d1ffb21 100644 --- a/src/LightApp/LightApp_Application.cxx +++ b/src/LightApp/LightApp_Application.cxx @@ -1676,7 +1676,7 @@ void LightApp_Application::createPreferences( LightApp_Preferences* pref ) LightApp_Preferences::Color, "OCCViewer", "background" ); pref->setItemProperty( occTS, "min", 1 ); - pref->setItemProperty( occTS, "max", 150 ); + pref->setItemProperty( occTS, "max", 1000 ); int isoU = pref->addPreference( tr( "PREF_ISOS_U" ), occGroup, LightApp_Preferences::IntSpin, "OCCViewer", "iso_number_u" );