Qt4 porting.

This commit is contained in:
mkr 2008-03-18 14:06:10 +00:00
parent d7d61ba16f
commit 23c9cbe96a

View 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