mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-19 09:03:07 +05:00
IPAL20717 : information in "Basic Properties" dlg is differently styled.
This commit is contained in:
parent
d5cd2a25fd
commit
c51839e323
@ -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] ) +
|
||||
|
Loading…
Reference in New Issue
Block a user