Salome HOME
Edit Mesh/Sub-Mesh window has strange "half-active" view, if do Compute.
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_MeshInfosDlg.cxx
index e1a5167b2d4d91de8f5b5091f4e7e0a567f8f8ee..6fb1a4661631cae58128b5127ba2e2e738d0b336 100644 (file)
@@ -87,6 +87,7 @@ SMESHGUI_MeshInfosDlg::SMESHGUI_MeshInfosDlg(SMESHGUI* theModule):
   QPixmap image0(SMESH::GetResourceMgr( mySMESHGUI )->loadPixmap("SMESH",tr("ICON_SELECT")));
   mySelectBtn = new QPushButton(this);
   mySelectBtn->setIcon(image0);
+  mySelectBtn->setSizePolicy(QSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed));
 
   mySelectLab = new QLabel(this);
   mySelectLab->setAlignment(Qt::AlignCenter);