Salome HOME
Remark for issue 17291 EDF 591 SMESH : Visualization of the orientation of the normal...
authorouv <ouv@opencascade.com>
Fri, 12 Sep 2008 11:40:22 +0000 (11:40 +0000)
committerouv <ouv@opencascade.com>
Fri, 12 Sep 2008 11:40:22 +0000 (11:40 +0000)
src/SMESHGUI/SMESHGUI.cxx

index 5f7ba968692a63f213b4b20a47043281529f0396..b191f63aecc80406d7f31edeb8f4558bdb1258b4 100644 (file)
@@ -3392,9 +3392,9 @@ void SMESHGUI::createPreferences()
   addPreference( tr( "PREF_ORIENTATION_COLOR" ), orientGroup, LightApp_Preferences::Color, "SMESH", "orientation_color" );
   int orientScale = addPreference( tr( "PREF_ORIENTATION_SCALE" ), orientGroup, LightApp_Preferences::DblSpin, "SMESH", "orientation_scale" );
 
-  setPreferenceProperty( orientScale, "min", 0 );
-  setPreferenceProperty( orientScale, "max", 1 );
-  setPreferenceProperty( orientScale, "step", 0.1 );
+  setPreferenceProperty( orientScale, "min", 0.05 );
+  setPreferenceProperty( orientScale, "max", 0.5 );
+  setPreferenceProperty( orientScale, "step", 0.05 );
 
   addPreference( tr( "PREF_ORIENTATION_3D_VECTORS" ), orientGroup, LightApp_Preferences::Bool, "SMESH", "orientation_3d_vectors" );