mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-01 12:20:36 +05:00
IPAL20717 : information in "Basic Properties" dlg is differently styled.
This commit is contained in:
parent
791be7c968
commit
c04d9dda5c
@ -334,7 +334,7 @@ QString MeasureGUI_WhatisDlg::getKindOfShape (QString& theParameters)
|
|||||||
break;
|
break;
|
||||||
case GEOM::GEOM_IKindOfShape::BOX:
|
case GEOM::GEOM_IKindOfShape::BOX:
|
||||||
aKindStr = tr("GEOM_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_X_I").arg(0) + DlgRef_SpinBox::PrintDoubleValue(aDbls[0]) +
|
||||||
"\n" + tr("GEOM_Y_I").arg(0) + DlgRef_SpinBox::PrintDoubleValue(aDbls[1]) +
|
"\n" + tr("GEOM_Y_I").arg(0) + DlgRef_SpinBox::PrintDoubleValue(aDbls[1]) +
|
||||||
"\n" + tr("GEOM_Z_I").arg(0) + DlgRef_SpinBox::PrintDoubleValue(aDbls[2]) +
|
"\n" + tr("GEOM_Z_I").arg(0) + DlgRef_SpinBox::PrintDoubleValue(aDbls[2]) +
|
||||||
|
Loading…
Reference in New Issue
Block a user