mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-14 17:48:34 +05:00
- nbElemsLabel = new QLabel(" 0", this );
+ nbElemsLabel = new QLabel("0", this );
This commit is contained in:
parent
b69677548c
commit
cda4289765
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user