From: dmv Date: Tue, 3 Feb 2009 12:46:53 +0000 (+0000) Subject: IPAL20717 : information in "Basic Properties" dlg is differently styled. X-Git-Tag: V4_1_5rc1~21 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c04d9dda5c4137d3724b145b69de6f2355af6b6b;p=modules%2Fgeom.git IPAL20717 : information in "Basic Properties" dlg is differently styled. --- diff --git a/src/MeasureGUI/MeasureGUI_WhatisDlg.cxx b/src/MeasureGUI/MeasureGUI_WhatisDlg.cxx index 039534716..e6655a4a9 100644 --- a/src/MeasureGUI/MeasureGUI_WhatisDlg.cxx +++ b/src/MeasureGUI/MeasureGUI_WhatisDlg.cxx @@ -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]) +