]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
- nbElemsLabel = new QLabel(" 0", this );
authoreap <eap@opencascade.com>
Mon, 17 Dec 2012 16:42:40 +0000 (16:42 +0000)
committereap <eap@opencascade.com>
Mon, 17 Dec 2012 16:42:40 +0000 (16:42 +0000)
+  nbElemsLabel = new QLabel("0", this );

src/SMESHGUI/SMESHGUI_ComputeDlg.cxx

index 5a36d03018412ae85ec4e2750445a1c147111d20..b077d73369f290c54202e5454c6b056b2735c93d 100644 (file)
@@ -741,8 +741,8 @@ SMESHGUI_ComputeDlg_QThreadQDialog::SMESHGUI_ComputeDlg_QThreadQDialog(QWidget
 
   QLabel * nbNodesName = new QLabel(tr("SMESH_MESHINFO_NODES"), this );
   QLabel * nbElemsName = new QLabel(tr("SMESH_MESHINFO_ELEMENTS"), this );
-  nbNodesLabel = new QLabel("              0", this );
-  nbElemsLabel = new QLabel("              0", this );
+  nbNodesLabel = new QLabel("0", this );
+  nbElemsLabel = new QLabel("0", this );
 
   QGridLayout* layout = new QGridLayout(this);
   layout->setMargin( MARGIN );