0021179: EDF 1654 SMESH GEOM: better look'n'feel

minor modification
This commit is contained in:
vsr 2012-05-04 16:33:01 +00:00
parent 022e426cee
commit 9b92d32d99

View File

@ -145,6 +145,7 @@ GEOMToolsGUI_MaterialPropertiesDlg::GEOMToolsGUI_MaterialPropertiesDlg( QWidget*
refl.coef->setDecimals( 4 );
refl.coef->setRange( 0., 1. );
refl.coef->setSingleStep( 0.05 );
refl.coef->setMinimumWidth( 80 );
refl.enabled = new QCheckBox( tr( "ENABLED" ), propWidget );