From c51839e3231bdf93fbf41c884c906a2c333abf38 Mon Sep 17 00:00:00 2001 From: dmv Date: Tue, 3 Feb 2009 12:47:35 +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 3d1a43e3f..202b3faf3 100644 --- a/src/MeasureGUI/MeasureGUI_WhatisDlg.cxx +++ b/src/MeasureGUI/MeasureGUI_WhatisDlg.cxx @@ -304,7 +304,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 ) + PRINT_DOUBLE( aDbls[0] ) + "\n" + tr( "GEOM_Y_I" ).arg( 0 ) + PRINT_DOUBLE( aDbls[1] ) + "\n" + tr( "GEOM_Z_I" ).arg( 0 ) + PRINT_DOUBLE( aDbls[2] ) + -- 2.39.2