From c04d9dda5c4137d3724b145b69de6f2355af6b6b Mon Sep 17 00:00:00 2001 From: dmv Date: Tue, 3 Feb 2009 12:46:53 +0000 Subject: [PATCH] IPAL20717 : information in "Basic Properties" dlg is differently styled. --- src/MeasureGUI/MeasureGUI_WhatisDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) +