Salome HOME
Qt4 porting.
authormkr <mkr@opencascade.com>
Tue, 18 Mar 2008 13:29:05 +0000 (13:29 +0000)
committermkr <mkr@opencascade.com>
Tue, 18 Mar 2008 13:29:05 +0000 (13:29 +0000)
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);