mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-22 16:40:33 +05:00
Remove debug information.
(Fix for PAL21179: 1) draw outlines (borders) of the shapes, 2) material properties.)
This commit is contained in:
parent
f74a6e0993
commit
d3be35fe3c
@ -270,7 +270,7 @@ GEOMToolsGUI_MaterialPropertiesDlg::GEOMToolsGUI_MaterialPropertiesDlg( QWidget*
|
|||||||
|
|
||||||
// Shininess layout
|
// Shininess layout
|
||||||
QHBoxLayout* shLayout1 = new QHBoxLayout( w1 );
|
QHBoxLayout* shLayout1 = new QHBoxLayout( w1 );
|
||||||
shLayout1->setMargin( MARGIN ); frLayout->setSpacing( SPACING );
|
shLayout1->setMargin( MARGIN ); shLayout1->setSpacing( SPACING );
|
||||||
shLayout1->addWidget( shininessLab1 );
|
shLayout1->addWidget( shininessLab1 );
|
||||||
shLayout1->addWidget( myShininessF );
|
shLayout1->addWidget( myShininessF );
|
||||||
|
|
||||||
@ -409,7 +409,7 @@ GEOMToolsGUI_MaterialPropertiesDlg::GEOMToolsGUI_MaterialPropertiesDlg( QWidget*
|
|||||||
|
|
||||||
// Shininess layout
|
// Shininess layout
|
||||||
QHBoxLayout* shLayout2 = new QHBoxLayout( myMaterialBWidget );
|
QHBoxLayout* shLayout2 = new QHBoxLayout( myMaterialBWidget );
|
||||||
shLayout2->setMargin( MARGIN ); frLayout->setSpacing( SPACING );
|
shLayout2->setMargin( MARGIN ); shLayout2->setSpacing( SPACING );
|
||||||
shLayout2->addWidget( shininessLab2 );
|
shLayout2->addWidget( shininessLab2 );
|
||||||
shLayout2->addWidget( myShininessB );
|
shLayout2->addWidget( myShininessB );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user