From bb8292d2337d06ceb4cb35d910c808b72cd9258c Mon Sep 17 00:00:00 2001 From: ouv Date: Fri, 12 Sep 2008 11:40:22 +0000 Subject: [PATCH] Remark for issue 17291 EDF 591 SMESH : Visualization of the orientation of the normal vector of the mesh faces --- src/SMESHGUI/SMESHGUI.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/SMESHGUI/SMESHGUI.cxx b/src/SMESHGUI/SMESHGUI.cxx index 5f7ba9686..b191f63ae 100644 --- a/src/SMESHGUI/SMESHGUI.cxx +++ b/src/SMESHGUI/SMESHGUI.cxx @@ -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" ); -- 2.39.2