Salome HOME
Qt4 porting.
authormkr <mkr@opencascade.com>
Tue, 18 Mar 2008 14:06:10 +0000 (14:06 +0000)
committermkr <mkr@opencascade.com>
Tue, 18 Mar 2008 14:06:10 +0000 (14:06 +0000)
src/SMESHGUI/SMESHGUI_ComputeDlg.cxx

index 05dbee7175825608cfab043be8c5d45ae0369ce6..76b2472477445b5af671d2335e79ff40d1501006 100644 (file)
@@ -457,8 +457,8 @@ SMESHGUI_MeshInfosBox::SMESHGUI_MeshInfosBox(const bool full, QWidget* theParent
   : QGroupBox( tr("SMESH_MESHINFO_TITLE"), theParent ), myFull( full )
 {
   QGridLayout* l = new QGridLayout(this);
-  l->setMargin( 0 );
-  l->setSpacing( 0 );
+  l->setMargin( MARGIN );
+  l->setSpacing( SPACING );
 
   QFont italic = font(); italic.setItalic(true);
   QFont bold   = font(); bold.setBold(true);
@@ -819,7 +819,6 @@ QFrame* SMESHGUI_ComputeDlg::createMainFrame (QWidget* theParent)
   aRBut->setIcon(iconCompute);
   aRBut->setChecked(true);
   aPixGrpLayout->addWidget(aRBut);
-  aPixGrpLayout->addStretch();
 
   // Mesh name