mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-14 17:48:34 +05:00
IPAL20717 : information in "Basic Properties" dlg is differently styled.
This commit is contained in:
parent
791be7c968
commit
c04d9dda5c
@ -334,7 +334,7 @@ QString MeasureGUI_WhatisDlg::getKindOfShape (QString& theParameters)
|
||||
break;
|
||||
case GEOM::GEOM_IKindOfShape::BOX:
|
||||
aKindStr = tr("GEOM_BOX");
|
||||
theParameters = tr("GEOM_CENTER") + ":" +
|
||||
theParameters = tr("GEOM_CENTER") +
|
||||
"\n" + tr("GEOM_X_I").arg(0) + DlgRef_SpinBox::PrintDoubleValue(aDbls[0]) +
|
||||
"\n" + tr("GEOM_Y_I").arg(0) + DlgRef_SpinBox::PrintDoubleValue(aDbls[1]) +
|
||||
"\n" + tr("GEOM_Z_I").arg(0) + DlgRef_SpinBox::PrintDoubleValue(aDbls[2]) +
|
||||
|
Loading…
Reference in New Issue
Block a user