From: eap Date: Mon, 17 Dec 2012 16:42:40 +0000 (+0000) Subject: - nbElemsLabel = new QLabel(" 0", this ); X-Git-Tag: pluginMGCleaner~228 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cda4289765cd4d828fb0a8ae6636a492d07b1a6a;p=modules%2Fsmesh.git - nbElemsLabel = new QLabel(" 0", this ); + nbElemsLabel = new QLabel("0", this ); --- diff --git a/src/SMESHGUI/SMESHGUI_ComputeDlg.cxx b/src/SMESHGUI/SMESHGUI_ComputeDlg.cxx index 5a36d0301..b077d7336 100644 --- a/src/SMESHGUI/SMESHGUI_ComputeDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_ComputeDlg.cxx @@ -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 );