From: vsr Date: Fri, 4 May 2012 16:33:01 +0000 (+0000) Subject: 0021179: EDF 1654 SMESH GEOM: better look'n'feel X-Git-Tag: V6_5_0b1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9b92d32d99c51bb8504b1cb5345ab4da5a7c5c03;p=modules%2Fgeom.git 0021179: EDF 1654 SMESH GEOM: better look'n'feel minor modification --- diff --git a/src/GEOMToolsGUI/GEOMToolsGUI_MaterialPropertiesDlg.cxx b/src/GEOMToolsGUI/GEOMToolsGUI_MaterialPropertiesDlg.cxx index eea571c5f..e7a6bcc6b 100644 --- a/src/GEOMToolsGUI/GEOMToolsGUI_MaterialPropertiesDlg.cxx +++ b/src/GEOMToolsGUI/GEOMToolsGUI_MaterialPropertiesDlg.cxx @@ -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 );