Salome HOME
PAL19669: sensitive zone of OK button is very small
authorasl <asl@opencascade.com>
Wed, 30 Apr 2008 05:33:05 +0000 (05:33 +0000)
committerasl <asl@opencascade.com>
Wed, 30 Apr 2008 05:33:05 +0000 (05:33 +0000)
src/SMESHGUI/SMESHGUI_FilterLibraryDlg.cxx

index fb0d554ede8137c2edf51c70c21f48c6d554f592..074f2d3e351034adf06895a9dbe733e26bf2bf77 100644 (file)
@@ -256,9 +256,6 @@ QWidget* SMESHGUI_FilterLibraryDlg::createButtonFrame (QWidget* theParent)
   myButtons[ BTN_OK    ] = new QPushButton(tr("SMESH_BUT_OK"   ), aGrp);
   myButtons[ BTN_Apply ] = new QPushButton(tr("SMESH_BUT_APPLY"), aGrp);
 
-  QLabel* aLbl = new QLabel(aGrp);
-  aLbl->setSizePolicy(QSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed));
-
   myButtons[ BTN_Cancel ] = new QPushButton(tr("SMESH_BUT_CANCEL"), aGrp);
   myButtons[ BTN_Close  ] = new QPushButton(tr("SMESH_BUT_CLOSE"),  aGrp);
   myButtons[ BTN_Help   ] = new QPushButton(tr("SMESH_BUT_HELP"),   aGrp);