IPAL20717 : information in "Basic Properties" dlg is differently styled.

This commit is contained in:
dmv 2009-02-03 12:46:53 +00:00
parent 791be7c968
commit c04d9dda5c

View File

@ -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]) +